Dockerfile good practices for Node and NPM
The goal is to produce minimal image to keep the size low and reduce attack surface. Also we want to make the docker build process fast by removing unnecessary steps and using practices outlined below to leverage internal build cache. Besides pure Do...
Jan 27, 20217 min read48K

