Monolith to Microservices at Scale Lesson 3 Containers Using Docker: Solution: Base Containers
My Solution
yt link
Solution Recap
Our original Dockerfile contained a lot of code to install NodeJS that takes a long time to run.
Installing NodeJS is a redundant operation -- it shouldn't need to be reinstalled every time we build an image becau...
philipdevblog.hashnode.dev3 min read