Minor syntax fixes

This commit is contained in:
paigehargrave 2019-03-17 12:46:01 -04:00 committed by GitHub
parent e7fc879f08
commit c191ecf594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ or a list:
> **Note**: In your Dockerfile, if you specify `ARG` before the `FROM` instruction, > **Note**: In your Dockerfile, if you specify `ARG` before the `FROM` instruction,
> `ARG` is not available in the build instructions under `FROM`. > `ARG` is not available in the build instructions under `FROM`.
> If you need an argument in both places, alsoo specify it under the `FROM` instruction. > If you need an argument to be available in both places, also specify it under the `FROM` instruction.
You can omit the value when specifying a build argument, in which case its value You can omit the value when specifying a build argument, in which case its value
at build time is the value in the environment where Compose is running. at build time is the value in the environment where Compose is running.