From 0c713a779221876fee5036e9569002793a92a748 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 13 Jul 2022 20:55:14 +0000 Subject: [PATCH] Fix missing markup in Containerfile.5 man page --- containers-containerfile.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers-containerfile.5.md b/containers-containerfile.5.md index 7a9c749..9cb85a6 100644 --- a/containers-containerfile.5.md +++ b/containers-containerfile.5.md @@ -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 `` and - adds them to the filesystem of the container at path . The `` must be + adds them to the filesystem of the container at path ``. The `` must be 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 `` is an absolute path, or a path relative to **WORKDIR**, into which the source will