Commit 3f42cd40 authored by 温海元's avatar 温海元

add node 8

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