diff --git a/SeaCogs/Dockerfile b/SeaCogs/Dockerfile index 8c8588f..6a2873f 100644 --- a/SeaCogs/Dockerfile +++ b/SeaCogs/Dockerfile @@ -15,6 +15,7 @@ RUN apt-get install -y \ # Install Nodejs RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash - +RUN export NVM_DIR="$HOME/.nvm" RUN nvm install 12.16.1 RUN nvm use 12.16.1