fix: update start command

This commit is contained in:
Ephraim Atta-Duncan
2024-05-29 13:08:05 +00:00
parent d3734ff344
commit 93e816a5b4

View File

@ -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: