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: