init commit
This commit is contained in:
5
roles/caddy/templates/Dockerfile.j2
Normal file
5
roles/caddy/templates/Dockerfile.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM caddy:builder AS builder
|
||||
RUN caddy-builder \
|
||||
github.com/caddy-dns/cloudflare
|
||||
FROM caddy:latest
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
Reference in New Issue
Block a user