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 10dcd4b commit e73056cCopy full SHA for e73056c
Dockerfile
@@ -13,7 +13,7 @@ ENV DOCKER_HOST unix:///tmp/docker.sock
13
ENV RULES_PATH /etc/modsecurity.d/rules
14
ENV RULES_FILE ${RULES_PATH}/rules.conf
15
16
-RUN rm rm -rf /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/logging.conf \
+RUN rm -rf /etc/nginx/conf.d/default.conf /etc/nginx/conf.d/logging.conf \
17
# replace bash env and exec command
18
&& sed -i -e 's:#!/bin/bash -e::g' -e 's:etc/:/etc/:g' /docker-entrypoint.sh \
19
&& sed -i 's:exec "$@":\n:g' /app/docker-entrypoint.sh \
0 commit comments