Browse Source

Merge pull request #15694 from liubin/fixtypo

add missing instruction
Sebastiaan van Stijn 10 years ago
parent
commit
f848f34da2
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`