fix:更新cicd2

This commit is contained in:
Your Name 2026-06-22 11:48:11 +08:00
parent 50ee33b538
commit 0c6b8fe2c1

View File

@ -18,9 +18,7 @@ RUN npm install -g pnpm && \
pnpm config set registry https://registry.npmmirror.com pnpm config set registry https://registry.npmmirror.com
COPY package*.json ./ COPY package*.json ./
# 如果项目有 pnpm-lock.yaml取消注释下面一行 RUN pnpm install --no-frozen-lockfile # 修改这里
# COPY pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile
COPY . . COPY . .