mula.liu 2026-01-19 19:17:54 +08:00
parent 098d993e9d
commit bc57549b4b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
# Install dependencies
RUN npm install
RUN npm install --legacy-peer-deps
# Copy source code
COPY . .