提交 e4870d40 authored 作者: wangmenglong's avatar wangmenglong

发布前端

上级 220de81c
......@@ -8,13 +8,15 @@ WORKDIR /home/web
COPY package*.json ./
RUN npm fund
RUN #npm fund
RUN npm audit fix --force
RUN #npm audit fix --force
RUN npm audit
RUN #npm audit
RUN npm install
RUN npm install cnpm -g --registry=http://registry.npm.taobao.org
RUN cnpm install
#RUN npm run build
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论