Browse Source

修改配置文件

hangb 7 years ago
parent
commit
bc9c572931
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -3,8 +3,6 @@ RUN mkdir -p /app
 WORKDIR /app
 COPY . /app
 RUN chmod +x run.sh
-RUN npm install -g node-gyp
-RUN npm install -g yarn
 RUN yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass -g
 RUN yarn
 CMD [ "bash", "run.sh" ]