瀏覽代碼

修改配置文件

hangb 7 年之前
父節點
當前提交
bc9c572931
共有 1 個文件被更改,包括 0 次插入2 次删除
  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" ]