fix(orchestrator): copy apps/api/package.json for prisma generate in Dockerfile #705

Merged
jason.woltje merged 1 commits from fix/ms23-prisma-api-pkg into main 2026-03-07 15:38:47 +00:00

1 Commits

Author SHA1 Message Date
7e299f74b5 fix(orchestrator): copy apps/api/package.json into Dockerfile for prisma generate
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Prisma generate needs a package.json in the inferred project root to identify
the workspace. Without it, Prisma tries to auto-install and fails.

Copying apps/api/package.json alongside the schema file provides the required
project root marker.
2026-03-07 09:38:35 -06:00