From bc6b9135974a97965d9592228f628425a808c787 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 06:31:42 -0500 Subject: [PATCH] fix(seacogs): export nvm --- SeaCogs/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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