Skip to content

Commit 1851836

Browse files
committed
Added missing section in DockerFile. Fixed Script.
1 parent 3bb7739 commit 1851836

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ COPY --from=nginx /tmp/openresty-install/ /
129129
COPY --from=npm /tmp/nginx-proxy-manager-install/ /
130130
COPY --from=bcrypt-tool /tmp/go/bin/bcrypt-tool /usr/bin/
131131
COPY --from=certbot /tmp/certbot-install/ /
132+
COPY --from=cs-openresty-bouncer /tmp/crowdsec-openresty-bouncer-install/ /
132133

133134
# Set internal environment variables.
134135
RUN \

rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/command/with-contenv bash
1+
#!/bin/sh
22

33
set -e # Exit immediately if a command exits with a non-zero status.
44

0 commit comments

Comments
 (0)