fix docker prisma migrate and remove stray query log
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user