Fix npm peer dependency conflict with --legacy-peer-deps

This commit is contained in:
Jeff Emmett 2025-12-03 22:06:09 -08:00
parent 55ac9381fa
commit 42c3ec7587
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ WORKDIR /app
# Install dependencies # Install dependencies
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm ci --legacy-peer-deps
# Copy source # Copy source
COPY . . COPY . .