diff --git a/slides/intro/Dockerfile_Tips.md b/slides/intro/Dockerfile_Tips.md index 556108ff..2226cea0 100644 --- a/slides/intro/Dockerfile_Tips.md +++ b/slides/intro/Dockerfile_Tips.md @@ -90,11 +90,11 @@ COPY RUN FROM RUN -COPY +COPY RUN CMD, EXPOSE ... ``` -* The build fails as soon as an instructions fails +* The build fails as soon as an instruction fails * If `RUN ` fails, the build doesn't produce an image * If it succeeds, it produces a clean image (without test libraries and data)