编辑文件 cache.dockerfile

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 22:14:03 +08:00 committed by cnb
parent 1a0a1ab50f
commit a24aad005b
No known key found for this signature in database
GPG Key ID: 074E9EA8B7D5A8A3

View File

@ -14,7 +14,7 @@ WORKDIR /app
# 将 by 中的文件列表 COPY 过来
COPY . .
RUN npm i -g corepack
RUN npm i pnpm -g
RUN pnpm install --frozen-lockfile