mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
docs: fix a typo in Dockerfile.5.md
s/Mutliple/Multiple Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
c03d6f57b6
commit
c4340de04f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ or
|
||||||
whitespace.
|
whitespace.
|
||||||
The ADD instruction copies new files, directories
|
The ADD instruction copies new files, directories
|
||||||
or remote file URLs to the filesystem of the container at path <dest>.
|
or remote file URLs to the filesystem of the container at path <dest>.
|
||||||
Mutliple <src> resources may be specified but if they are files or directories
|
Multiple <src> resources may be specified but if they are files or directories
|
||||||
then they must be relative to the source directory that is being built
|
then they must be relative to the source directory that is being built
|
||||||
(the context of the build). The <dest> is the absolute path, or path relative
|
(the context of the build). The <dest> is the absolute path, or path relative
|
||||||
to `WORKDIR`, into which the source is copied inside the target container.
|
to `WORKDIR`, into which the source is copied inside the target container.
|
||||||
|
|
Loading…
Reference in a new issue