Explorar o código

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

Fix typo "WRKDIR" -> "WORKDIR"
Tibor Vass %!s(int64=10) %!d(string=hai) anos
pai
achega
136f8fa2ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
   subsequent commands.
 
-**WRKDIR**
+**WORKDIR**
   -- `WORKDIR /path/to/workdir`
   The **WORKDIR** instruction sets the working directory for the **RUN**, **CMD**,
   **ENTRYPOINT**, **COPY** and **ADD** Dockerfile commands that follow it. It can