Fix missing markup in Containerfile.5 man page
This commit is contained in:
parent
c4f47308b7
commit
0c713a7792
@ -263,7 +263,7 @@ The secret needs to be passed to the build using the --secret flag. The final im
|
|||||||
```
|
```
|
||||||
|
|
||||||
The **COPY** instruction copies new files from `<src>` and
|
The **COPY** instruction copies new files from `<src>` and
|
||||||
adds them to the filesystem of the container at path <dest>. The `<src>` must be
|
adds them to the filesystem of the container at path `<dest>`. The `<src>` must be
|
||||||
the path to a file or directory relative to the source directory that is
|
the path to a file or directory relative to the source directory that is
|
||||||
being built (the context of the build) or a remote file URL. The `<dest>` is an
|
being built (the context of the build) or a remote file URL. The `<dest>` is an
|
||||||
absolute path, or a path relative to **WORKDIR**, into which the source will
|
absolute path, or a path relative to **WORKDIR**, into which the source will
|
||||||
|
Loading…
Reference in New Issue
Block a user