fix: regenerate package-lock.json with cross-platform deps

This commit is contained in:
dayuan.jiang
2025-12-29 14:26:50 +09:00
parent 76c0308ceb
commit 950a8754fa
3 changed files with 3028 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json* ./
# Install dependencies
RUN npm ci
RUN npm install
# Stage 2: Build application
FROM node:24-alpine AS builder