From 9068f976e4e90de06e95eb1f57226a502f609152 Mon Sep 17 00:00:00 2001 From: Anthony Dempsey Date: Sun, 17 Nov 2024 15:48:11 +0000 Subject: [PATCH] Update keep context small bullet point in optimize.md Clarify the 'Keep context small' bullet point --- content/manuals/build/cache/optimize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/cache/optimize.md b/content/manuals/build/cache/optimize.md index d0551b6f35..f046ca1a9c 100644 --- a/content/manuals/build/cache/optimize.md +++ b/content/manuals/build/cache/optimize.md @@ -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