Skip to content

Commit a90865d

Browse files
Omranicbestlong
authored andcommitted
Update nvm install instructions (laradock#1638)
1 parent a0a5c85 commit a90865d

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,20 +1215,9 @@ c - Re-build the Workspace Container `docker-compose build workspace`
12151215

12161216
To install NVM and NodeJS in the Workspace container
12171217

1218-
1 - Open the `docker-compose.yml` file
1219-
1220-
2 - Search for the `INSTALL_NODE` argument under the Workspace Container and set it to `true`
1221-
1222-
It should be like this:
1218+
1 - Open the `.env` file
12231219

1224-
```yml
1225-
workspace:
1226-
build:
1227-
context: ./workspace
1228-
args:
1229-
- INSTALL_NODE=true
1230-
...
1231-
```
1220+
2 - Search for the `WORKSPACE_INSTALL_NODE` argument under the Workspace Container and set it to `true`
12321221

12331222
3 - Re-build the container `docker-compose build workspace`
12341223

0 commit comments

Comments
 (0)