未验证 提交 b129ae85 编写于 作者: S SliverHorn 提交者: GitHub

fix: web/Dockerfile cnpm install error

update file
- web/Dockerfile

fixed:
- cnpm install error
上级 60c74bc9
......@@ -3,8 +3,7 @@ FROM node:12.16.1
WORKDIR /gva_web/
COPY . .
RUN npm install -g cnpm --registry=https://registry.npm.taobao.org
RUN cnpm install || npm install
RUN npm install
RUN npm run build
FROM nginx:alpine
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册