mirror of https://github.com/docker/docs.git
typo in builder.md: its => it's
Signed-off-by: Kevin Burke <kev@inburke.com>
This commit is contained in:
parent
a29376dfd0
commit
c9a68ffb2a
|
@ -1209,7 +1209,7 @@ and for any `RUN`, `CMD` and `ENTRYPOINT` instructions that follow it in the
|
|||
|
||||
The `WORKDIR` instruction sets the working directory for any `RUN`, `CMD`,
|
||||
`ENTRYPOINT`, `COPY` and `ADD` instructions that follow it in the `Dockerfile`.
|
||||
If the `WORKDIR` doesn't exist, it will be created even if its not used in any
|
||||
If the `WORKDIR` doesn't exist, it will be created even if it's not used in any
|
||||
subsequent `Dockerfile` instruction.
|
||||
|
||||
It can be used multiple times in the one `Dockerfile`. If a relative path
|
||||
|
|
Loading…
Reference in New Issue