feat(build): Start Lysand from CLI in prod

This commit is contained in:
Jesse Wierzbinski 2024-05-13 11:54:51 -10:00
parent 6b83336fa3
commit 25d087a54b
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -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" ]