diff --git a/Dockerfile b/Dockerfile index 039f902..42422ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN sudo apt install curl golang-go delve git -y RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash # set env -ENV NVM_DIR=/root/.nvm +ENV NVM_DIR="/home/coder/.nvm" # install node RUN bash -c "source $NVM_DIR/nvm.sh && nvm install --lts"