Commit d6894587 authored by lijia's avatar lijia
Browse files

Merge branch 'feature/Feature-1' of...

Merge branch 'feature/Feature-1' of http://gitlab.cnvex.cn/tangailing/qimo-web-html into feature/Feature-1
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
# Install dependencies only when needed
FROM registry.cn-shenzhen.aliyuncs.com/cartechfinbase/node:alpine AS deps
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories && apk add --no-cache libc6-compat
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories && apk update && apk add --no-cache libc6-compat
RUN sed -i 's#dl-cdn.alpinelinux.org#mirrors.aliyun.com#g' /etc/apk/repositories && apk update && apk add --no-cache libc6-compat
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
......
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