From a90865d67c1b5d291c9103ef2ae25f12a0d0423d Mon Sep 17 00:00:00 2001 From: Abdelrahman Omran Date: Sun, 24 Jun 2018 04:02:21 +0200 Subject: [PATCH] Update nvm install instructions (#1638) --- DOCUMENTATION/content/documentation/index.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/DOCUMENTATION/content/documentation/index.md b/DOCUMENTATION/content/documentation/index.md index 8db3c04d..37e431e1 100644 --- a/DOCUMENTATION/content/documentation/index.md +++ b/DOCUMENTATION/content/documentation/index.md @@ -1215,20 +1215,9 @@ c - Re-build the Workspace Container `docker-compose build workspace` To install NVM and NodeJS in the Workspace container -1 - Open the `docker-compose.yml` file +1 - Open the `.env` file -2 - Search for the `INSTALL_NODE` argument under the Workspace Container and set it to `true` - -It should be like this: - -```yml - workspace: - build: - context: ./workspace - args: - - INSTALL_NODE=true - ... -``` +2 - Search for the `WORKSPACE_INSTALL_NODE` argument under the Workspace Container and set it to `true` 3 - Re-build the container `docker-compose build workspace`