We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7ad9f commit 6ec6f4cCopy full SHA for 6ec6f4c
1 file changed
docs/reference/commandline/image_build.md
@@ -113,7 +113,7 @@ COPY failed: forbidden path outside the build context: ../../some-dir ()
113
```
114
115
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
+of the build context. Reusing the previous example, the path `COPY
117
../../some-dir .` evaluates to `COPY some-dir .` with BuildKit.
118
119
## Examples
0 commit comments