beta.fogtype.com/Dockerfile
Nebel 2f1ba1e288
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.7.6-builder-alpine Docker digest to a6d9bf5
2023-12-09 03:02:10 +00:00

5 lines
389 B
Docker

FROM caddy:2.7.6-builder-alpine@sha256:a6d9bf50074feba4597d504f2c617c7d3e772c19b67d0ca788dcf2dcb421bd08 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"]