新的结构

This commit is contained in:
BOBEVANS\caiwe
2023-04-17 23:49:36 +08:00
parent 78c9e66c1f
commit afdb29b5ec
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn config set registry 'https://registry.npm.taobao.org'
RUN yarn config set registry 'https://registry.npmmirror.com'
RUN yarn install
FROM base AS builder