Fix spelling

This commit is contained in:
pokir 2022-06-27 21:31:10 +03:00 committed by GitHub
parent 55b100ea86
commit 18a85dcd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ Alternatively `build` can be an object with fields defined as follow
When the value supplied is a relative path, it MUST be interpreted as relative to the location of the Compose file.
Compose implementations MUST warn user about absolute path used to define build context as those prevent Compose file
for being portable.
from being portable.
```yml
build:
@ -110,7 +110,7 @@ build:
`dockerfile` allows to set an alternate Dockerfile. A relative path MUST be resolved from the build context.
Compose implementations MUST warn user about absolute path used to define Dockerfile as those prevent Compose file
for being portable.
from being portable.
```yml
build: