fix(orchestrator): local prisma schema copy for Docker generate #706

Merged
jason.woltje merged 1 commits from fix/ms23-prisma-schema-local into main 2026-03-07 16:00:08 +00:00

1 Commits

Author SHA1 Message Date
b5007885ad fix(orchestrator): copy schema into orchestrator/prisma/ for local prisma generate
Some checks failed
ci/woodpecker/push/ci Pipeline failed
Prisma was climbing the directory tree to find a project root and landing at
/app/apps/ which has no package.json. Fix: copy the API schema directly into
apps/orchestrator/prisma/schema.prisma and run generate from within the
orchestrator package context using node_modules/.bin/prisma directly.

This keeps prisma generate fully self-contained within the orchestrator package
and avoids all cross-package project-root detection issues.
2026-03-07 09:59:58 -06:00