mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
feat(build): ✨ Start Lysand from CLI in prod
This commit is contained in:
parent
6b83336fa3
commit
25d087a54b
2 changed files with 7 additions and 2 deletions
|
|
@ -47,4 +47,4 @@ WORKDIR /app
|
|||
ENV NODE_ENV=production
|
||||
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
|
||||
# Run migrations and start the server
|
||||
CMD [ "start" ]
|
||||
CMD [ "cli", "start" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue