We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c32b0 commit a4e93b5Copy full SHA for a4e93b5
1 file changed
on-prem-ngwaf-integrations/apache/Dockerfile
@@ -28,10 +28,10 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
28
RUN chmod +x /usr/local/bin/entrypoint.sh
29
30
# Entrypoint will run the NGWAF agent and start Apache
31
-ENTRYPOINT "/usr/local/bin/entrypoint.sh"
+ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
32
# ENTRYPOINT "/bin/bash"
33
34
# steps for demo when entrypoint is "/bin/bash"
35
# 1. start NGWAF Agent. `sigsci-agent &`
36
# 2. start Apache with module enabled. `apache2ctl -D FOREGROUND &`
37
-# 3. tail the error and apache logs. `tail /var/log/apache2/error.log -f` and `tail /var/log/apache2/access.log -f`
+# 3. tail the error and apache logs. `tail /var/log/apache2/error.log -f` and `tail /var/log/apache2/access.log -f`
0 commit comments