Update environment-variables.md

This commit is contained in:
Gwendolynne Barr 2017-10-18 11:39:55 -07:00 committed by Misty Stanley-Jones
parent bece1296f6
commit 484e0de1b0
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Values in the shell take precedence over those specified in the `.env` file. If
web:
image: 'webapp:v2.0'
When values are provided both with shell `environment` variable and with an `env_file` configuration file, values of environment variables will be taken **from environment key first and then from environment file, then from a `Dockerfile` `ENV`entry**:
When values are provided both with a shell `environment` variable and with an `env_file` configuration file, values of environment variables will be taken **from environment key first and then from environment file, then from a `Dockerfile` `ENV`entry**:
$ cat ./Docker/api/api.env
NODE_ENV=test