fix missing execution permission for fix scripts

pull/598/head
GlassedSilver 3 years ago
parent 3abf8ecfc3
commit 84d33b0f82

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

Loading…
Cancel
Save