add missing instruction
Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
parent
1219ef846c
commit
08481e81ca
@ -949,6 +949,7 @@ For example:
|
|||||||
|
|
||||||
ENV DIRPATH /path
|
ENV DIRPATH /path
|
||||||
WORKDIR $DIRPATH/$DIRNAME
|
WORKDIR $DIRPATH/$DIRNAME
|
||||||
|
RUN pwd
|
||||||
|
|
||||||
The output of the final `pwd` command in this `Dockerfile` would be
|
The output of the final `pwd` command in this `Dockerfile` would be
|
||||||
`/path/$DIRNAME`
|
`/path/$DIRNAME`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user