Commit 4e6a9824 authored by 温海元's avatar 温海元

add node 12

parent 40255b80
...@@ -5,7 +5,7 @@ COPY package.json ./ ...@@ -5,7 +5,7 @@ COPY package.json ./
COPY .npmrc /root COPY .npmrc /root
RUN npm install --unsafe-perm RUN npm install --unsafe-perm
FROM ccr.ccs.tencentyun.com/qg-qa/node8 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