mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: 🐛 Remove usage of old cli start command
This commit is contained in:
parent
37cbe12c4d
commit
cf75679d7f
|
|
@ -51,4 +51,4 @@ WORKDIR /app
|
|||
ENV NODE_ENV=production
|
||||
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
|
||||
# Run migrations and start the server
|
||||
CMD [ "cli", "start" ]
|
||||
CMD [ "bun", "run", "index.js" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue