docs: update link to moved build context doc

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-08-13 11:48:29 +02:00
parent 35666cf7cb
commit 2dd4eb06ae
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ in the context.
When using the legacy builder, it's therefore extra important that you When using the legacy builder, it's therefore extra important that you
carefully consider what files you include in the context you specify. Use a carefully consider what files you include in the context you specify. Use a
[`.dockerignore`](https://docs.docker.com/build/building/context/#dockerignore-files) [`.dockerignore`](https://docs.docker.com/build/concepts/context/#dockerignore-files)
file to exclude files and directories that you don't require in your build from file to exclude files and directories that you don't require in your build from
being sent as part of the build context. being sent as part of the build context.