codemasher 5 anni fa
parent
commit
4b1eb5fff6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/actions/build-docs/Dockerfile

+ 1 - 0
.github/actions/build-docs/Dockerfile

@@ -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"]