From b515751d4a65f7eb2c1fd6b188174d22eb265ab7 Mon Sep 17 00:00:00 2001 From: AR2000 Date: Fri, 3 Jan 2025 13:49:54 +0100 Subject: [PATCH] fix bin path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4ccfce..a893fb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY --from=build-stage /app/cs-custom-bouncer/crowdsec-custom-bouncer \ COPY --from=build-stage /app/cs-custom-bouncer/config/crowdsec-custom-bouncer.yaml \ /crowdsec-custom-bouncer.yaml ADD --chmod=770 bouncer.sh /bouncer.sh -ENV BINARY_PATH=/crowdsec-custom-bouncer.yaml +ENV BINARY_PATH=/bouncer.yaml #prometheus port LABEL me.ar2000.gitea.buildargs.iptablesmode="${IPTABLES_MODE}" CMD ["/usr/bin/crowdsec-custom-bouncer", "-c", "/crowdsec-custom-bouncer.yaml"]