caddy-cloudflare/Dockerfile
2025-05-19 19:49:53 +02:00

10 lines
253 B
Docker

# Dockerfile
FROM caddy:builder AS builder
# Install the Cloudflare DNS module
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare@188b4850c0f2f5565a6310810c936ea960e2210f
FROM caddy:alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy