Skip to content

Commit 691ec4c

Browse files
Merge pull request #241 from msacket/patch-1
Update private-npm-registry.md to include proper syntax
2 parents 5c88eec + bbc8637 commit 691ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knowledge-base/how-to/private-npm-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you would like to use a private NPM registry with Coolify, you can do so by f
1010
1. Add `.npmrc` file to your project root with the following content:
1111

1212
```bash
13-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
13+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
1414
```
1515

1616
2. Add the following environment variables to your project as a `build` variable:

0 commit comments

Comments
 (0)