We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5c85 commit a90865dCopy full SHA for a90865d
1 file changed
DOCUMENTATION/content/documentation/index.md
@@ -1215,20 +1215,9 @@ c - Re-build the Workspace Container `docker-compose build workspace`
1215
1216
To install NVM and NodeJS in the Workspace container
1217
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:
+1 - Open the `.env` file
1223
1224
-```yml
1225
- workspace:
1226
- build:
1227
- context: ./workspace
1228
- args:
1229
- - INSTALL_NODE=true
1230
- ...
1231
-```
+2 - Search for the `WORKSPACE_INSTALL_NODE` argument under the Workspace Container and set it to `true`
1232
1233
3 - Re-build the container `docker-compose build workspace`
1234
0 commit comments