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 3a579fd commit 664f960Copy full SHA for 664f960
Dockerfile
@@ -89,7 +89,7 @@ COPY configs/php-errors.ini /usr/local/etc/php/conf.d/php-errors.ini
89
COPY apache-run.sh /usr/bin/apache-run
90
COPY ./bin /usr/bin/
91
92
-RUN touch /usr/bin/post-startup-hook && chmod a+x \
+RUN chmod a+x \
93
/usr/bin/apache-run \
94
/usr/bin/xdebug-set-mode \
95
/usr/bin/post-startup-hook
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