We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb7739 commit 1851836Copy full SHA for 1851836
Dockerfile
@@ -129,6 +129,7 @@ COPY --from=nginx /tmp/openresty-install/ /
129
COPY --from=npm /tmp/nginx-proxy-manager-install/ /
130
COPY --from=bcrypt-tool /tmp/go/bin/bcrypt-tool /usr/bin/
131
COPY --from=certbot /tmp/certbot-install/ /
132
+COPY --from=cs-openresty-bouncer /tmp/crowdsec-openresty-bouncer-install/ /
133
134
# Set internal environment variables.
135
RUN \
rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh
@@ -1,4 +1,4 @@
1
-#!/command/with-contenv bash
+#!/bin/sh
2
3
set -e # Exit immediately if a command exits with a non-zero status.
4
0 commit comments