fix: 修复错误的依赖
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user