fix: update start command
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user