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.
2 parents 468c0c4 + d82179d commit 70d3160Copy full SHA for 70d3160
docker-image/Dockerfile
@@ -15,8 +15,9 @@ RUN apt-get install -y subversion
15
16
# Replace shell with bash so we can source files
17
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
18
-RUN mkdir /usr/local/nvm
19
-ENV NVM_DIR /usr/local/nvm
+
+RUN mkdir /root/.nvm
20
+ENV NVM_DIR /root/.nvm
21
ENV NODE_VERSION_D 6
22
ENV NODE_VERSION_L 14.17.5
23
0 commit comments