diff --git a/Dockerfile b/Dockerfile index 5eb55f8..fcd7495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ RUN apt install -y \ RUN apt install nano wget htop curl git zip unzip -y -RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash +RUN curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash +RUN source ~/.bashrc RUN \ echo "**** install node repo ****" && \