Fix scripts folder: copy content AND parent folder

pull/598/head
GlassedSilver 3 years ago
parent a54f07e93a
commit 5b919b2b18

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

Loading…
Cancel
Save