diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2f64a4b..dba2dbb 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm install +RUN npm install --legacy-peer-deps # Copy source COPY . .