wanghongkai il y a 5 ans
Parent
commit
890f54129d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM node:10-alpine as builder
 WORKDIR /code
 WORKDIR /code
 RUN yarn config set registry https://registry.npm.taobao.org/
 RUN yarn config set registry https://registry.npm.taobao.org/
 ADD package.json /code
 ADD package.json /code
-RUN yarn install --production  
+RUN yarn install
 ADD . /code  
 ADD . /code  
 RUN yarn build
 RUN yarn build