Best to just put fix-scripts in /backend 👍

This commit is contained in:
GlassedSilver
2022-05-04 23:40:42 +02:00
parent 17fdd0d788
commit 3e7ef766de
2 changed files with 0 additions and 1 deletions

View File

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