mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🚚 Move scripts to scripts folder
This commit is contained in:
parent
8465cfe6c2
commit
3c80ecacf3
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue