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.
2 parents 1dd7371 + 9068f97 commit 92d07a0Copy full SHA for 92d07a0
content/manuals/build/cache/optimize.md
@@ -19,7 +19,7 @@ the build process:
19
invalidation.
20
- [Keep the context small](#keep-the-context-small): The context is the set of
21
files and directories that are sent to the builder to process a build
22
- 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
23
needs to be sent to the builder, and reduces the likelihood of cache
24
25
- [Use bind mounts](#use-bind-mounts): Bind mounts let you mount a file or
0 commit comments