beta.fogtype.com/Dockerfile
Nebel 3d58874dde
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.6.4-builder-alpine Docker digest to e86349b
2023-06-15 09:02:25 +00:00

5 lines
389 B
Docker

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