Update keep context small bullet point in optimize.md

Clarify the 'Keep context small' bullet point
This commit is contained in:
Anthony Dempsey 2024-11-17 15:48:11 +00:00 committed by GitHub
parent 1dd73711f9
commit 9068f976e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ the build process:
invalidation.
- [Keep the context small](#keep-the-context-small): The context is the set of
files and directories that are sent to the builder to process a build
instruction. Keeping the context as small reduces the amount of data that
instruction. Keeping the context as small as possible reduces the amount of data that
needs to be sent to the builder, and reduces the likelihood of cache
invalidation.
- [Use bind mounts](#use-bind-mounts): Bind mounts let you mount a file or