Multi-Stage Builds
Multi-stage builds allow you to use multiple FROM statements, each starting a new build stage. You can copy artifacts from one stage to another, leaving behind everything you don't need.
Learning Objectives
Lesson Outline
Multi-stage builds allow you to use multiple FROM statements, each starting a new build stage. You can copy artifacts from one stage to another, leaving behind everything you don't need.