ignoring peerdepencdecies in frontend build

This commit is contained in:
2025-10-25 11:50:07 +02:00
parent dae255e2c1
commit 3856f93484

View File

@@ -39,7 +39,7 @@ COPY frontend/package*.json ./
COPY frontend/tsconfig.json ./
# Install frontend dependencies
RUN npm ci
RUN npm install --legacy-peer-deps
# Copy frontend source
COPY frontend/src/ ./src/