chore: update render build command (#1748)

This commit is contained in:
Catalin Pit
2025-04-15 12:06:06 +03:00
committed by GitHub
parent 9121a062b3
commit 566abda36b

View File

@ -3,7 +3,7 @@ services:
runtime: node
name: documenso-app
plan: free
buildCommand: npm i && npm run build:web
buildCommand: npm i && npm run build
startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npx turbo run start --filter=@documenso/web
healthCheckPath: /api/health