codemasher hace 5 años
padre
commit
4b1eb5fff6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"]