Browse Source

修改dockerfile

yangc 7 years ago
parent
commit
6798a548a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -8,8 +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 npm install -g n
+#RUN n 8.10.0
 RUN yarn
 
 CMD [ "bash", "/app/run.sh" ]