瀏覽代碼

Merge pull request #11774 from thaJeztah/fix-workdir-typo

Fix typo "WRKDIR" -> "WORKDIR"
Tibor Vass 10 年之前
父節點
當前提交
136f8fa2ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/man/Dockerfile.5.md

+ 1 - 1
docs/man/Dockerfile.5.md

@@ -283,7 +283,7 @@ A Dockerfile is similar to a Makefile.
   instruction can be used any number of times in a Dockerfile, and will only affect
   instruction can be used any number of times in a Dockerfile, and will only affect
   subsequent commands.
   subsequent commands.
 
 
-**WRKDIR**
+**WORKDIR**
   -- `WORKDIR /path/to/workdir`
   -- `WORKDIR /path/to/workdir`
   The **WORKDIR** instruction sets the working directory for the **RUN**, **CMD**,
   The **WORKDIR** instruction sets the working directory for the **RUN**, **CMD**,
   **ENTRYPOINT**, **COPY** and **ADD** Dockerfile commands that follow it. It can
   **ENTRYPOINT**, **COPY** and **ADD** Dockerfile commands that follow it. It can