caddy/Dockerfile
Marko Korhonen 2a11477529
All checks were successful
Build Docker image / Build image (push) Successful in 1m58s
Remove incompatible caddy-locale module
This only works in caddy v1
2024-05-12 14:10:41 +03:00

10 lines
191 B
Docker

ARG VERSION
FROM caddy:${VERSION}-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:${VERSION}
COPY --from=builder /usr/bin/caddy /usr/bin/caddy