This commit is contained in:
Rajin Gill 2018-03-12 00:01:42 -07:00 committed by Joao Fernandes
parent 6211d325e8
commit 04cf355bb8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ $ docker-compose exec api node
Having any `ARG` or `ENV` setting in a `Dockerfile` evaluates only if there is
no Docker Compose entry for `environment` or `env_file`.
> Spcecifics for NodeJS containers
> Specifics for NodeJS containers
>
> If you have a `package.json` entry for `script:start` like
> `NODE_ENV=test node server.js`, then this overrules any setting in your