Add Dockerfile

This commit is contained in:
2025-06-17 19:09:27 +05:30
parent f24c9fc773
commit 57f9975a2e

8
Dockerfile Normal file
View File

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