Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpeng14 committed Dec 1, 2019
1 parent 9c3def6 commit 072218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Docker必修课程Dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CMD ["nginx", "-g", "daemon off;"]
RUN mkdir /app
RUN echo "Hello World!"
RUN touch /tmp/testfile
```
```

如果 `RUN` 写多行会增加 `docker image` 体积

Expand Down

0 comments on commit 072218a

Please sign in to comment.