Add caddy-autogen app, tests, and agent policy updates
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM caddy:2.10.2-builder-alpine AS builder
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare
|
||||
|
||||
FROM caddy:2.10.2-alpine
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
COPY Caddyfile /etc/caddy/Caddyfile
|
||||
Reference in New Issue
Block a user