Building multi stage docker image for node app

Today I’m going to share a very helpful tip to build smaller docker images. Whenever I can, I look to build small docker images to run my containers. When building a node application, for the most cases you can use the alpine version. The default version is 10x larger than the alpine version. node 11 4e4c445311e6 21 hours ago 894MB node 11-alpine 4b3c025f5508 21 hours ago 71.3MB But the default version contains python, that is required to build some dependencies....

November 3, 2018