We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a05e29 commit 13a7b77Copy full SHA for 13a7b77
1 file changed
apps/api/Dockerfile.multistage
@@ -71,7 +71,7 @@ RUN cd packages/auth && bun run build \
71
RUN cd packages/db && node scripts/combine-schemas.js \
72
&& cp /app/packages/db/dist/schema.prisma /app/apps/api/prisma/schema.prisma \
73
&& node /app/apps/api/scripts/patch-schema-generator.js \
74
- && cd /app/apps/api && bunx prisma generate && bunx nest build
+ && cd /app/apps/api && bunx prisma@7.6.0 generate && bunx nest build
75
76
# =============================================================================
77
# STAGE 3: Production Runtime
0 commit comments