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

add missing instruction

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu 2015-08-19 18:41:34 +08:00
parent 3dc30d47e1
commit 1988064ef2

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`