fix: use standalone prisma.config.js to avoid runtime module errors
All checks were successful
Build and Push App / build (push) Successful in 52s
All checks were successful
Build and Push App / build (push) Successful in 52s
This commit is contained in:
@@ -33,7 +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
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/prisma.config.js ./prisma.config.js
|
||||
|
||||
# Set the correct permission for prerender cache
|
||||
RUN mkdir .next
|
||||
|
||||
Reference in New Issue
Block a user