Merge pull request #15694 from liubin/fixtypo

add missing instruction
This commit is contained in:
Sebastiaan van Stijn 2015-08-19 19:05:41 +02:00
commit f848f34da2

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`