This commit is contained in:
James Turland
2025-02-24 23:02:04 +00:00
parent 4f456ff838
commit 9d973c4823
5 changed files with 76 additions and 0 deletions

8
Caddy/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# For prod you'd want to pin the version: e.g., 2.9.1-builder
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy