Skip to content

Commit 6ec6f4c

Browse files
committed
docs: fix reuse wording in image build docs
Signed-off-by: Codex <codex@openai.com>
1 parent 9d7ad9f commit 6ec6f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/commandline/image_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ COPY failed: forbidden path outside the build context: ../../some-dir ()
113113
```
114114

115115
BuildKit on the other hand strips leading relative paths that traverse outside
116-
of the build context. Re-using the previous example, the path `COPY
116+
of the build context. Reusing the previous example, the path `COPY
117117
../../some-dir .` evaluates to `COPY some-dir .` with BuildKit.
118118

119119
## Examples

0 commit comments

Comments
 (0)