Skip to content

Commit 670b06b

Browse files
authored
Fix ENV name typo
1 parent 150f788 commit 670b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/building/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ COPY . .
158158
CMD ["node", "app.js"]
159159
```
160160

161-
With this Dockerfile, you can use `--build-arg` to override the default value of `ENV`:
161+
With this Dockerfile, you can use `--build-arg` to override the default value of `NODE_ENV`:
162162

163163
```console
164164
$ docker build --build-arg NODE_ENV=development .

0 commit comments

Comments
 (0)