fix: 🐛 Remove usage of old cli start command

This commit is contained in:
Jesse Wierzbinski 2025-05-01 01:58:22 +02:00
parent 37cbe12c4d
commit cf75679d7f
No known key found for this signature in database

View file

@ -51,4 +51,4 @@ WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ] ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
# Run migrations and start the server # Run migrations and start the server
CMD [ "cli", "start" ] CMD [ "bun", "run", "index.js" ]