fix: prisma 7 configuration and docker runtime copy
All checks were successful
Build and Push App / build (push) Successful in 30s

This commit is contained in:
2026-04-15 23:00:34 +02:00
parent fab7b88882
commit b2aad10734
2 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ RUN adduser --system --uid 1001 nextjs
COPY --from=builder --chown=nextjs:nodejs /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/prisma ./prisma
COPY --from=builder --chown=nextjs:nodejs /app/prisma.config.ts ./prisma.config.ts
# Set the correct permission for prerender cache
RUN mkdir .next