init
This commit is contained in:
commit
e08009209d
1 changed files with 10 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue