Create lean Node.js image with Docker multi-stage build
With multi-sage Docker build, it's possible to create an effective build flow to assemble lean and secure Node.js image using single Dockerfile. (more…)
Read more »Yarn has been a great alternative to npm and we’ve been using it at Switchboard for quite a while.
You can get a bird’s eye view of the packages that have updates available using yarn outdated. As you might expect, it will check each dependency in your pa… Read more