This commit is contained in:
codemasher
2020-04-06 17:14:27 +02:00
parent c25558509d
commit 4b1eb5fff6
+1
View File
@@ -11,5 +11,6 @@ LABEL "com.github.actions.color"="blue"
RUN echo "display_errors = Off" > $PHP_INI_DIR/conf.d/errors.ini
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]