1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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`