How to Use Docker Multi-Stage Builds
Docker multi-stage feature allows to make your dev environment as close to production as possible. While Docker is an industry standard for deploying web applications to production environments, it also comes in handy for local development. When you decide to use Docker for both purposes, a few concerns arise : Fortunately, Docker has a built-in …