set fix-scripts folder permissions more reliably

pull/598/head
GlassedSilver 3 years ago
parent 7c31a10498
commit 336d7a09bd

@ -65,7 +65,8 @@ 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=$UID:$GID --chmod=755 [ "/fix-scripts", "/app/" ]
COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ]
RUN chmod -R +x /app/fix-scripts
EXPOSE 17442
ENTRYPOINT [ "/app/entrypoint.sh" ]

Loading…
Cancel
Save