Ramczy commited on
Commit
e423406
·
verified ·
1 Parent(s): e3d8044

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ RUN apt-get install -y \
10
  npm
11
 
12
  RUN npm install n -g
13
- RUN n 18
14
- RUN npm install npm@v21.7.3 -g
15
  RUN npm install -g pm2
16
  RUN npm install -g yarn
17
 
 
10
  npm
11
 
12
  RUN npm install n -g
13
+ RUN n 20
14
+ RUN npm install npm@latest -g
15
  RUN npm install -g pm2
16
  RUN npm install -g yarn
17