mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add missing instruction
Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
parent
3dc30d47e1
commit
1988064ef2
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue