diff --git a/cache.dockerfile b/cache.dockerfile index 3d854c58..54c7c437 100644 --- a/cache.dockerfile +++ b/cache.dockerfile @@ -14,7 +14,7 @@ WORKDIR /app # 将 by 中的文件列表 COPY 过来 COPY . . -RUN npm i -g corepack +RUN npm i pnpm -g RUN pnpm install --frozen-lockfile