Commit 8273ae5
fix(api): update Prisma version in Dockerfile to match project
The Dockerfile installed prisma@6.13.0 in the production stage but the
project uses prisma@6.18.0. Version mismatch between builder and
production stages can cause schema parsing errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent eec6251 commit 8273ae5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments