Multi Stage Docker builds with Angular and Nginx
This blog post shows multi stage Dockerfile that builds and deploys Angular app in Nginx container Dockerfile: The above Dockerfile has 2 stages Stage 1 – install NPM dependencies and builds Angular project Stage 2 – Builds docker image from dist directory…