ci
Some checks failed
CI/CD Pipeline / Frontend - Build, Test & Push (push) Failing after 7m13s
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 16m48s
CI/CD Pipeline / Integration Tests (push) Has been skipped
CI/CD Pipeline / Deployment Summary (push) Has been skipped

This commit is contained in:
David 2025-11-17 01:58:50 +01:00
parent fb54cfbaf2
commit 825809febb

View File

@ -14,7 +14,7 @@ COPY package*.json ./
COPY tsconfig*.json ./ COPY tsconfig*.json ./
# Install all dependencies (including dev for build) # Install all dependencies (including dev for build)
RUN npm ci --legacy-peer-deps RUN npm install --legacy-peer-deps
# =============================================== # ===============================================
# Stage 2: Build Application # Stage 2: Build Application