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 d643962 commit c9563d4Copy full SHA for c9563d4
Dockerfile
@@ -85,7 +85,7 @@ COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
85
COPY apache-run.sh /usr/bin/apache-run
86
COPY ./bin /usr/bin/
87
88
-RUN touch /usr/bin/post-startup-hook && chmod a+x \
+RUN chmod a+x \
89
/usr/bin/apache-run \
90
/usr/bin/post-startup-hook
91
bin/post-startup-hook
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+# substituir pelas ações necessárias apenas o startup base
0 commit comments