From c3f53a146e9e2fb1e79be4d5d264ca00959c9a5e Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Tue, 15 Jul 2025 07:11:32 -0800 Subject: [PATCH] prisma migrate deploy in entrypoint --- services/our/compose.production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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