fix docker prisma migrate and remove stray query log

This commit is contained in:
Mike Cao
2026-04-15 14:22:04 -07:00
parent 1b6fc1bd51
commit f41c0221c4
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ RUN pnpm --allow-build='@prisma/engines' add npm-run-all dotenv chalk semver \
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/prisma.config.ts ./prisma.config.ts
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/generated ./generated