codemasher %!s(int64=5) %!d(string=hai) anos
pai
achega
4b1eb5fff6
Modificáronse 1 ficheiros con 1 adicións e 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"]