mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
chore: update render build command (#1748)
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user