fix-scripts need to be owned and run by root

This commit is contained in:
GlassedSilver
2022-05-04 12:16:58 +02:00
parent 6a56b5b065
commit 8336d886e9

View File

@@ -66,7 +66,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=$UID:$GID [ "/fix-scripts/", "/app/" ]
COPY --chown=root:root [ "/fix-scripts/", "/app/" ]
EXPOSE 17442
ENTRYPOINT [ "/app/entrypoint.sh" ]