Multi-Stage Build Concept
The Problem
Traditional Dockerfile includes everything needed to build AND run the application:
Learning Objectives
Lesson Outline
Traditional Dockerfile includes everything needed to build AND run the application:
Separate build environment from runtime environment: