mirror of https://github.com/docker/docs.git
Typo
This commit is contained in:
parent
6211d325e8
commit
04cf355bb8
|
@ -165,7 +165,7 @@ $ docker-compose exec api node
|
||||||
Having any `ARG` or `ENV` setting in a `Dockerfile` evaluates only if there is
|
Having any `ARG` or `ENV` setting in a `Dockerfile` evaluates only if there is
|
||||||
no Docker Compose entry for `environment` or `env_file`.
|
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
|
> If you have a `package.json` entry for `script:start` like
|
||||||
> `NODE_ENV=test node server.js`, then this overrules any setting in your
|
> `NODE_ENV=test node server.js`, then this overrules any setting in your
|
||||||
|
|
Loading…
Reference in New Issue