diff --git a/Dockerfile b/Dockerfile index 1eb4414..7e3c0cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /frontend # Copy package files first for layer caching 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/ ./