diff --git a/Dockerfile b/Dockerfile index 70767fc..d698615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/