Browse Source

add missing instruction

Signed-off-by: bin liu <liubin0329@gmail.com>
bin liu 10 years ago
parent
commit
1988064ef2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/builder.md

+ 1 - 0
docs/reference/builder.md

@@ -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`