diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 7f7df6c..2b92802 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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