Skip to content

Commit f69abf1

Browse files
Update content/manuals/build/concepts/context.md
Co-authored-by: CrazyMax <[email protected]>
1 parent 785c459 commit f69abf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/concepts/context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ improving build speed, especially when using a remote builder.
437437
When you run a build command, the build client looks for a file named
438438
`.dockerignore` in the root directory of the context. If this file exists, files
439439
and directories that match patterns in the file are removed from the build context
440-
before Docker sends them to the builder.
440+
before it sends them to the builder.
441441

442442
If you use multiple Dockerfiles, you can use different ignore files for each
443443
Dockerfile. Use a special naming convention for these ignore files. Place your

0 commit comments

Comments
 (0)