Create Dockerfile

This commit is contained in:
Stefan Pejcic
2025-01-19 19:42:49 +01:00
committed by GitHub
parent a824bc92ab
commit c961c87877

View File

@@ -0,0 +1,11 @@
FROM caddy:2.9.1-builder AS builder
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
RUN xcaddy build \
--with github.com/corazawaf/coraza-caddy/v2
FROM caddy:2.9.1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy