From 93e816a5b47c0b9eaa06f84c1cc1d4beaa123210 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Wed, 29 May 2024 13:08:05 +0000 Subject: [PATCH] fix: update start command --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index c8b21a4b9..95a8594f7 100644 --- a/render.yaml +++ b/render.yaml @@ -4,7 +4,7 @@ services: name: documenso-app plan: free buildCommand: npm i && npm run build:web - startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npm run start + startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npx turbo run start --filter=@documenso/web healthCheckPath: /api/trpc/health envVars: