Initial commit
All checks were successful
Build Docker image / Build image (push) Successful in 3m46s

This commit is contained in:
Marko Korhonen 2024-05-12 10:00:10 +03:00
commit 784b8de840
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 79 additions and 0 deletions

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
ARG VERSION
FROM caddy:${VERSION}-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/simia-tech/caddy-locale
FROM caddy:${VERSION}
COPY --from=builder /usr/bin/caddy /usr/bin/caddy