beta.fogtype.com/Dockerfile
Nebel 4238eede11
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.7.6-builder-alpine Docker digest to 69e2692
2023-12-20 23:02:15 +00:00

5 lines
389 B
Docker

FROM caddy:2.7.6-builder-alpine@sha256:69e269256f3c0a24e47b8c7fbef7c720cb6b1d3473939b404e6b52743f2db504 AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.6-alpine@sha256:eabac2898cf9fc7dc94d3fb03ac84c9c923aa6cc6f04874937d2f525e0d2f006
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]