From 04cf355bb8800b175eb2b074eeb0c1f677321f98 Mon Sep 17 00:00:00 2001 From: Rajin Gill Date: Mon, 12 Mar 2018 00:01:42 -0700 Subject: [PATCH] Typo --- compose/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/environment-variables.md b/compose/environment-variables.md index e781012ca5..f0ff04c69f 100644 --- a/compose/environment-variables.md +++ b/compose/environment-variables.md @@ -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