beta.fogtype.com/Dockerfile
Nebel 50173df314
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.7.4-builder-alpine Docker digest to aba8a7b
2023-10-05 22:02:16 +00:00

5 lines
389 B
Docker

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