fix missing execution permission for fix scripts

This commit is contained in:
GlassedSilver
2022-05-04 17:21:06 +02:00
parent 3abf8ecfc3
commit 84d33b0f82

View File

@@ -65,7 +65,7 @@ RUN npm config set strict-ssl false && \
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]
COPY --chown=$UID:$GID [ "/backend/", "/app/" ]
COPY --chown=root:root [ "/fix-scripts", "/app/" ]
COPY --chown=$UID:$GID --chmod=+x [ "/fix-scripts", "/app/" ]
EXPOSE 17442
ENTRYPOINT [ "/app/entrypoint.sh" ]