docs: add production docker monorepo guidance#7921
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
🍈 Lychee Link Check Report24 links: ✅ All links are working!Full Statistics Table
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Summary
.gitignoreand.dockerignoreguidance for generated Prisma Client artifactsprisma migrate deployas a one-off deployment step before starting the app containerRoot cause
The Docker guide combined
migrate deployandgeneratein a runtime command, while monorepo guidance did not explicitly connect generated Prisma Client artifacts, Docker build contexts, and workspace package exports.Validation
pnpm exec cspell content/docs/guides/deployment/docker.mdx content/docs/guides/deployment/turborepo.mdx --show-contextgit diff --checkFixes #7302