Commit 355d1429 authored by 温海元's avatar 温海元

change to node 10

parent 11d49d21
FROM ccr.ccs.tencentyun.com/qg-qa/node12 AS builder
FROM ccr.ccs.tencentyun.com/qg-qa/node10 AS builder
WORKDIR /home/quant_group
COPY package.json ./
COPY .npmrc /root
RUN npm install
FROM ccr.ccs.tencentyun.com/qg-qa/node12
FROM ccr.ccs.tencentyun.com/qg-qa/node10
WORKDIR /home/quant_group
COPY --from=builder /home/quant_group/node_modules ./node_modules
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