fix(orchestrator): copy apps/api/package.json for prisma generate in Dockerfile #705
Reference in New Issue
Block a user
Delete Branch "fix/ms23-prisma-api-pkg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prisma generate needs a package.json at the inferred project root. Without it, Prisma tried to auto-install and failed (exit 1) in the kaniko Docker build.
Fixes the persistent docker-build-orchestrator failure in CI #948, #950, #951, #954.