wwforonce commited on
Commit
2377cc6
·
1 Parent(s): 5937fb3

fix npm NVM_DIR

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN apt update && apt install -y \
17
 
18
  # Install nvm (Node Version Manager) and then use it to install Node.js and npm
19
  # This ensures a clean and controlled Node.js/npm environment
20
- ENV NVM_DIR /usr/local/nvm
21
  ENV NODE_VERSION 20.17.0
22
  # Specify a compatible Node.js version, matching the earlier error message's requirement
23
 
 
17
 
18
  # Install nvm (Node Version Manager) and then use it to install Node.js and npm
19
  # This ensures a clean and controlled Node.js/npm environment
20
+ ENV NVM_DIR /nvm
21
  ENV NODE_VERSION 20.17.0
22
  # Specify a compatible Node.js version, matching the earlier error message's requirement
23