first commit
Some checks failed
Build and Push Docker Image / build (push) Failing after 31s

This commit is contained in:
2025-12-27 00:38:29 +00:00
parent 772c9b57e3
commit 1cbcc4be07
2 changed files with 35 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy