fix: outdated docs (#1985)

This commit is contained in:
Ephraim Duncan
2025-08-24 06:48:30 +00:00
committed by GitHub
parent 67501b45cf
commit adefac81e2
6 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
name: documenso-app
plan: free
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/remix
healthCheckPath: /api/health
envVars: