8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229101a commit 28ed8c0Copy full SHA for 28ed8c0
Dockerfile
@@ -82,7 +82,6 @@ ENV NODE_VERSION --lts
82
RUN sudo mkdir -p /usr/local/nvm
83
RUN sudo chown -R coder:coder /usr/local/nvm
84
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
85
-RUN /bin/bash -c "source $NVM_DIR/nvm.sh"
86
ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/bin
87
ENV PATH $NODE_PATH:$PATH
88
0 commit comments