Ramczy commited on
Commit
50da39e
·
verified ·
1 Parent(s): 77ef569

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN npm install n -g
13
  RUN n 18
14
  RUN npm install npm@latest -g
15
  RUN npm install -g pm2
 
16
 
17
  RUN useradd -m -u 1000 ramm
18
 
 
13
  RUN n 18
14
  RUN npm install npm@latest -g
15
  RUN npm install -g pm2
16
+ RUN npm install -g yarn
17
 
18
  RUN useradd -m -u 1000 ramm
19