mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-17 00:15:28 +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
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY --from=build /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
Add a link
Reference in a new issue