diff --git a/Dockerfile b/Dockerfile index e7079dc..554e96c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app # Install dependencies COPY package*.json ./ -RUN npm ci +RUN npm ci --legacy-peer-deps # Copy source COPY . .