beta.fogtype.com/Dockerfile
drone c617c3f394
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.6.4-builder-alpine Docker digest to 0cf877d
2023-03-30 06:02:06 +00:00

5 lines
389 B
Docker

FROM caddy:2.6.4-builder-alpine@sha256:0cf877d9b95134d3ea3e9de2aeaa0f5a2c7dd573a2fc2e179e52751f69111009 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"]