Initial commit
All checks were successful
Build Docker image / Build image (push) Successful in 3m46s
All checks were successful
Build Docker image / Build image (push) Successful in 3m46s
This commit is contained in:
commit
784b8de840
3 changed files with 79 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue