Skip to content

Commit 70d3160

Browse files
authored
Merge pull request #30 from pasindu07/php-8.3-ubuntu-24.04
Changed nvm directory location
2 parents 468c0c4 + d82179d commit 70d3160

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-image/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ RUN apt-get install -y subversion
1515

1616
# Replace shell with bash so we can source files
1717
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
18-
RUN mkdir /usr/local/nvm
19-
ENV NVM_DIR /usr/local/nvm
18+
19+
RUN mkdir /root/.nvm
20+
ENV NVM_DIR /root/.nvm
2021
ENV NODE_VERSION_D 6
2122
ENV NODE_VERSION_L 14.17.5
2223

0 commit comments

Comments
 (0)