- Move prisma from devDependencies to dependencies so it is available after pnpm install --prod in the Dockerfile production stage - Replace failed COPY of /app/node_modules/.prisma (pnpm virtual store path differs) with: COPY schema.prisma + RUN prisma generate in stage-1 - Only runs if schema.prisma exists (safe for all other services) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-service | ||
| audit-service | ||
| auth-service | ||
| billing-service | ||
| comm-service | ||
| inventory-service | ||
| monitor-service | ||
| ops-service | ||
| presence-service | ||
| version-service | ||
| voice-agent | ||
| voice-service | ||