Commit e7742b20 authored by 智勇's avatar 智勇

node12

parent 3fddde32
FROM ccr.ccs.tencentyun.com/qg-qa/node10 AS builder FROM ccr.ccs.tencentyun.com/qg-qa/node12 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/qg-qa/node10 FROM ccr.ccs.tencentyun.com/qg-qa/node12
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