ENGDOCS-2276 (#21245)

<!--Delete sections as needed -->

## Description

To match https://github.com/compose-spec/compose-spec/pull/540

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Allie Sadler
2024-10-25 15:27:43 +01:00
committed by GitHub
parent 9a46bf516b
commit 21839d5b86

View File

@@ -157,7 +157,7 @@ args:
`context` defines either a path to a directory containing a Dockerfile, or a URL to a git repository.
When the value supplied is a relative path, it is interpreted as relative to the location of the Compose file.
When the value supplied is a relative path, it is interpreted as relative to the project directory.
Compose warns you about the absolute path used to define the build context as those prevent the Compose file
from being portable.