fix: update health check endpoint

This commit is contained in:
Ephraim Atta-Duncan
2024-05-29 13:45:53 +00:00
parent 93e816a5b4
commit 8e9287a7c1

View File

@ -5,7 +5,7 @@ services:
plan: free plan: free
buildCommand: npm i && npm run build:web buildCommand: npm i && npm run build:web
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/trpc/health healthCheckPath: /api/health
envVars: envVars:
# Node Version # Node Version