Merge pull request #11774 from thaJeztah/fix-workdir-typo
Fix typo "WRKDIR" -> "WORKDIR" Upstream-commit: 136f8fa2ff07c64a5e6fc85476c172994d1be587 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user