Commit a6271a8a authored by luchaowu's avatar luchaowu

update ci

parent fee103de
FROM node:14
RUN mkdir -p /home/worker/opservice.yidian-inc.com/htdocs
WORKDIR /home/worker/opservice.yidian-inc.com/htdocs
COPY package.json ./
RUN npm install --production --registry=http://10.126.154.169:4873/
RUN npm install --registry=http://10.126.154.169:4873/
RUN npm run web-build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment