Skip to content

Commit

Permalink
Fix ENV name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pouwerkerk authored Jan 20, 2025
1 parent 150f788 commit 670b06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/manuals/build/building/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ COPY . .
CMD ["node", "app.js"]
```

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`:

```console
$ docker build --build-arg NODE_ENV=development .
Expand Down

0 comments on commit 670b06b

Please sign in to comment.