beta.fogtype.com/Dockerfile
drone aaab3f1e90
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.6.4-builder-alpine Docker digest to c3f639c
2023-03-30 05:07:49 +00:00

5 lines
389 B
Docker

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