소스 검색

Merge pull request #15694 from liubin/fixtypo

add missing instruction
Sebastiaan van Stijn 10 년 전
부모
커밋
f848f34da2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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`