fix: 修复错误的依赖

This commit is contained in:
贺海国
2025-10-24 11:48:41 +08:00
parent 55c1248a8b
commit 9452d748aa
3 changed files with 44 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json package-lock.json ./
COPY crop-x/package.json crop-x/package-lock.json ./
RUN npm ci --registry=https://registry.npmmirror.com/