We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150f788 commit 670b06bCopy full SHA for 670b06b
content/manuals/build/building/variables.md
@@ -158,7 +158,7 @@ COPY . .
158
CMD ["node", "app.js"]
159
```
160
161
-With this Dockerfile, you can use `--build-arg` to override the default value of `ENV`:
+With this Dockerfile, you can use `--build-arg` to override the default value of `NODE_ENV`:
162
163
```console
164
$ docker build --build-arg NODE_ENV=development .
0 commit comments