mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
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