Docker image optimization: Tips and Tricks for Faster Builds and Smaller Sizes
I have been making a couple of changes in the build and deployment process of The Urbanlibrary. Notably, I opted to switch to docker altogether because going to the /etc directory to change some configurations was getting tedious. I needed a central ...