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 785c459 commit f69abf1Copy full SHA for f69abf1
content/manuals/build/concepts/context.md
@@ -437,7 +437,7 @@ improving build speed, especially when using a remote builder.
437
When you run a build command, the build client looks for a file named
438
`.dockerignore` in the root directory of the context. If this file exists, files
439
and directories that match patterns in the file are removed from the build context
440
-before Docker sends them to the builder.
+before it sends them to the builder.
441
442
If you use multiple Dockerfiles, you can use different ignore files for each
443
Dockerfile. Use a special naming convention for these ignore files. Place your
0 commit comments