Move all files to root
This commit is contained in:
8
resources/caddy-ingress-controller.dockerfile
Normal file
8
resources/caddy-ingress-controller.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM caddy:builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/greenpau/caddy-security \
|
||||
--with github.com/caddy-dns/cloudflare
|
||||
FROM caddy:latest
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
Reference in New Issue
Block a user