We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea8513 commit be37958Copy full SHA for be37958
docs/man/Dockerfile.5.md
@@ -138,7 +138,7 @@ or
138
whitespace.
139
The ADD instruction copies new files, directories
140
or remote file URLs to the filesystem of the container at path <dest>.
141
- 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
142
then they must be relative to the source directory that is being built
143
(the context of the build). The <dest> is the absolute path, or path relative
144
to `WORKDIR`, into which the source is copied inside the target container.
0 commit comments