diff --git a/Dockerfile b/Dockerfile index c18848b..f70b9fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /app COPY package*.json ./ # Install dependencies -RUN npm ci +RUN npm install --legacy-peer-deps # Stage 2: Build FROM node:20-alpine AS builder