Remove Dockerfile

This commit is contained in:
2025-07-05 10:53:12 +05:30
parent 241fdf4bf1
commit 9819946ad1

View File

@@ -1,10 +0,0 @@
FROM caddy:2.10.0-builder AS builder
RUN xcaddy build \
--with github.com/hslatman/caddy-crowdsec-bouncer/http \
--with github.com/hslatman/caddy-crowdsec-bouncer/layer4 \
--with github.com/hslatman/caddy-crowdsec-bouncer/appsec
FROM caddy:2.10.0
COPY --from=builder /usr/bin/caddy /usr/bin/caddy