mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Fix wrong command in Dockerfile
This commit is contained in:
parent
dfc4b624a4
commit
015177e3a2
|
|
@ -45,4 +45,4 @@ LABEL org.opencontainers.image.description "Lysand Server docker image"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
# Run migrations and start the server
|
# Run migrations and start the server
|
||||||
ENTRYPOINT [ "./entrypoint.sh" "start" ]
|
CMD [ "./entrypoint.sh" "start" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue