Apply multi-stage Docker build
sum1lim opened this issue · 0 comments
sum1lim commented
Is your feature request related to a problem? Please describe.
The multi-stage build is a strategy to reduce image sizes and build time. Apply this strategy in the Dockerfile
Describe the solution you'd like
Separate a single stage into two stages, build and execution, by having multiple FROM
statements.
Describe alternatives you've considered
None