fix(docker): add missing Next.js runtime deps to runner image
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10m11s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 10m11s
This commit is contained in:
@@ -53,6 +53,9 @@ COPY --chown=nextjs:nodejs --from=builder /app/node_modules/prisma ./node_module
|
|||||||
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/@prisma ./node_modules/@prisma
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/@prisma ./node_modules/@prisma
|
||||||
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/bcryptjs ./node_modules/bcryptjs
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/bcryptjs ./node_modules/bcryptjs
|
||||||
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/stripe ./node_modules/stripe
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/stripe ./node_modules/stripe
|
||||||
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/next ./node_modules/next
|
||||||
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/react ./node_modules/react
|
||||||
|
COPY --chown=nextjs:nodejs --from=builder /app/node_modules/react-dom ./node_modules/react-dom
|
||||||
COPY --chown=nextjs:nodejs --from=builder /app/package.json ./package.json
|
COPY --chown=nextjs:nodejs --from=builder /app/package.json ./package.json
|
||||||
COPY --chown=nextjs:nodejs server-custom.js ./server-custom.js
|
COPY --chown=nextjs:nodejs server-custom.js ./server-custom.js
|
||||||
COPY --chown=nextjs:nodejs docker-entrypoint.sh ./docker-entrypoint.sh
|
COPY --chown=nextjs:nodejs docker-entrypoint.sh ./docker-entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user