|
|
@ -11,7 +11,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
|
|
|
|
|
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
|
|
RUN yarn config set registry https://registry.npmmirror.com/
|
|
|
|
RUN yarn config set registry https://mirrors.cloud.tencent.com/npm/
|
|
|
|
|
|
|
|
|
|
|
|
COPY package.json yarn.lock ./
|
|
|
|
COPY package.json yarn.lock ./
|
|
|
|
RUN yarn --frozen-lockfile
|
|
|
|
RUN yarn --frozen-lockfile
|
|
|
|