gate1: fix npm peer dependency conflict with --legacy-peer-deps

This commit is contained in:
Agent Zero
2026-07-31 11:19:53 +02:00
parent f1ce130a45
commit ebc63beeb4
+1 -1
View File
@@ -12,7 +12,7 @@ WORKDIR /frontend
# Copy package files first for layer caching # Copy package files first for layer caching
COPY frontend/package.json frontend/package-lock.json ./ COPY frontend/package.json frontend/package-lock.json ./
RUN npm ci || npm install RUN npm ci --legacy-peer-deps || npm install --legacy-peer-deps
# Copy frontend source and build # Copy frontend source and build
COPY frontend/ ./ COPY frontend/ ./