mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-18 01:51:46 +00:00
Merge 0b1453da8a8b8c91c497a58fabe832f50ac65371 into 73438e339e242fce0cba443e5c4322ac996e9197
This commit is contained in:
commit
6ac559926e
@ -536,6 +536,14 @@ add-zsh-hook chpwd load-nvmrc
|
|||||||
load-nvmrc
|
load-nvmrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage with Docker
|
||||||
|
|
||||||
|
The following should be sufficient to install Node.js / NPM to a Docker image
|
||||||
|
|
||||||
|
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
|
||||||
|
RUN . /root/.nvm/nvm.sh && nvm --version
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
nvm is released under the MIT license.
|
nvm is released under the MIT license.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user