Explorar el Código

修改配置文件

hangb hace 7 años
padre
commit
bc9c572931
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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" ]