编辑文件 cache.dockerfile
This commit is contained in:
parent
fa04e08107
commit
5a427d1723
@ -15,8 +15,9 @@ WORKDIR /app
|
||||
# copy package.json and pnpm-lock.yaml to workspace
|
||||
COPY . /app
|
||||
|
||||
|
||||
RUN npm config set registry https://mirrors.cloud.tencent.com/npm/
|
||||
RUN npm install -g pnpm@10.14.0
|
||||
RUN pnpm config set registry https://mirrors.cloud.tencent.com/npm/
|
||||
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user