Commit 0771bfb0 authored by 智勇's avatar 智勇

更新node基础镜像

parent 9ef4a9aa
FROM ccr.ccs.tencentyun.com/qa-base/node10 AS builder FROM ccr.ccs.tencentyun.com/qg-qa/node10 AS builder
WORKDIR /home/quant_group WORKDIR /home/quant_group
COPY package.json ./ COPY package.json ./
COPY .npmrc /root COPY .npmrc /root
RUN npm install RUN npm install
FROM ccr.ccs.tencentyun.com/qa-base/node10 FROM ccr.ccs.tencentyun.com/qg-qa/node10
WORKDIR /home/quant_group WORKDIR /home/quant_group
COPY --from=builder /home/quant_group/node_modules ./node_modules COPY --from=builder /home/quant_group/node_modules ./node_modules
COPY *.tgz docker-entrypoint.sh ./ COPY *.tgz docker-entrypoint.sh ./
......
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