mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
chore: update render build command (#1748)
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
runtime: node
|
runtime: node
|
||||||
name: documenso-app
|
name: documenso-app
|
||||||
plan: free
|
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
|
startCommand: npx prisma migrate deploy --schema packages/prisma/schema.prisma && npx turbo run start --filter=@documenso/web
|
||||||
healthCheckPath: /api/health
|
healthCheckPath: /api/health
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user