set fix-scripts folder permissions more reliably

This commit is contained in:
GlassedSilver
2022-05-04 18:31:28 +02:00
parent 7c31a10498
commit 336d7a09bd

View File

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