How we reduced the docker build size to 5 percent
In the world of containerization, optimizing Docker image size is a constant pursuit. One powerful technique that caught my attention is multi-stage builds. This approach involves breaking down the build process into distinct stages, enabling us to e...
rajurastogi.hashnode.dev2 min read