Skip to content

Commit 5f431bc

Browse files
authored
updating multiStageBuild.md
1 parent 741aef3 commit 5f431bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate/docker-multistage-build/multiStageBuild.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Multi-stage builds are a new feature requiring **Docker 17.05** or higher on the
66

77
Keeping the image size down is one of the challenging task while building image. Each instruction in Dockerfile adds a layer to the image.
88
Also, you need to remember to clean up any dependency/artifactory you don't need later. Earlier you might have used shell scripts
9-
to keep layers light as much as possible. Using shell tricks to write a really efficient Dockerfile is a painful task.
9+
to keep layers light as much as possible. Using shell scripts, tricks to write a really efficient Dockerfile is a painful task.
1010

1111

1212
## What exactly is Multi-Stage Builds?

0 commit comments

Comments
 (0)