修改Dockerfile

This commit is contained in:
陈景阳
2019-10-12 06:29:52 +08:00
parent 9d8b0fd137
commit decb662c12

View File

@@ -15,7 +15,7 @@ WORKDIR /app
# install frontend
RUN npm config set unsafe-perm true
RUN npm install -g yarn && yarn install
RUN npm install -g yarn && yarn install --registry=https://registry.npm.taobao.org
RUN npm run build:prod