add missing instruction

Signed-off-by: bin liu <liubin0329@gmail.com>
Upstream-commit: 1988064ef2abe5273fbcc8910b0177ad2b85bd54
Component: engine
This commit is contained in:
bin liu
2015-08-19 18:41:34 +08:00
parent ccb1fbf0e4
commit 1a4eeac4c4

View File

@ -949,6 +949,7 @@ For example:
ENV DIRPATH /path
WORKDIR $DIRPATH/$DIRNAME
RUN pwd
The output of the final `pwd` command in this `Dockerfile` would be
`/path/$DIRNAME`