One way to reduce the size of your Docker images for Node apps is to remove dev dependencies from the node_modules folder.
One weird trick to minimize Docker image size…
One way to reduce the size of your Docker images for Node apps is to remove dev dependencies from the node_modules folder.