mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create Dockerfile
This commit is contained in:
parent
a824bc92ab
commit
c961c87877
11
docker/caddy-coraza/Dockerfile
Normal file
11
docker/caddy-coraza/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user