mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: update render build command (#1748)
This commit is contained in:
parent
9121a062b3
commit
566abda36b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue