beta.fogtype.com/Dockerfile
drone a89929903a
All checks were successful
continuous-integration/drone/push Build is passing
Update caddy:2.6.4-builder-alpine Docker digest to 2234950
2023-03-30 01:03:36 +00:00

5 lines
389 B
Docker

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