Selaa lähdekoodia

修改dockerfile

yangc 8 vuotta sitten
vanhempi
commit
021c56edcb
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -8,6 +8,8 @@ RUN chmod +x run.sh
 
 RUN npm install -g node-gyp
 RUN npm install -g yarn
+RUN npm install -g n
+RUN n 8.10.0
 RUN yarn
 
 CMD [ "/app/run.sh" ]