编辑文件 cache.dockerfile

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 23:14:37 +08:00 committed by cnb
parent 529d287a85
commit 46466c50f4
No known key found for this signature in database
GPG Key ID: 074E9EA8B7D5A8A3

View File

@ -7,7 +7,7 @@ RUN npm config set registry http://mirrors.cloud.tencent.com/npm/ \
WORKDIR /data/cache WORKDIR /data/cache
COPY package.json package-lock.yaml pnpm-workspace.yaml ./ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm i RUN pnpm i