fix: resolve Prisma mismatch, update Next.js setup and docker configuration

This commit is contained in:
OG T
2026-06-07 13:38:59 +08:00
parent a270ad7813
commit aacf45d87d
9 changed files with 132 additions and 498 deletions

View File

@@ -38,7 +38,7 @@ services:
condition: service_healthy
# We use a command override to run database push before starting next.js
command: >
sh -c "npx prisma db push --schema=apps/web/prisma/schema.prisma && node apps/web/server.js"
sh -c "npx prisma@6.4.1 db push --schema=apps/web/prisma/schema.prisma --skip-generate && node apps/web/server.js"
volumes:
agent_bounty_pgdata: