Best to just put fix-scripts in /backend 👍

pull/598/head
GlassedSilver 4 years ago
parent 17fdd0d788
commit 3e7ef766de

@ -66,7 +66,6 @@ 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/" ]
EXPOSE 17442
ENTRYPOINT [ "/app/entrypoint.sh" ]

Loading…
Cancel
Save