🚚 Move scripts to scripts folder

This commit is contained in:
Luke Vella 2023-02-06 20:19:38 +00:00
parent 8465cfe6c2
commit 3c80ecacf3
2 changed files with 2 additions and 2 deletions

View file

@ -20,6 +20,6 @@ EXPOSE 3000
WORKDIR /usr/src/app
COPY --from=build /app .
COPY docker-start.sh .
COPY ./scripts/docker-start.sh .
ENTRYPOINT ["./docker-start.sh"]
ENTRYPOINT ["./scripts/docker-start.sh"]