Skip to content

Commit

Permalink
Merge pull request #21852 from pouwerkerk/patch-1
Browse files Browse the repository at this point in the history
Fix ENV name typo
  • Loading branch information
dvdksn authored Jan 21, 2025
2 parents 3a782c9 + 670b06b commit 1070efb
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 1070efb

Please sign in to comment.