prisma migrate deploy in entrypoint
Some checks failed
ci / build (push) Failing after 0s
ci / Tests & Checks (push) Failing after 1s

This commit is contained in:
CJ_Clippy 2025-07-15 07:11:32 -08:00
parent a58a46d4aa
commit c3f53a146e

View File

@ -44,7 +44,7 @@ services:
- default
init: true
entrypoint: >
sh -c "npm run deploy && npm run start:server"
sh -c "npx prisma migrate deploy && npm run start:server"
worker:
image: gitea.futureporn.net/futureporn/our:latest