diff --git a/Dockerfile b/Dockerfile index 22e8699..813f5a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app # Install dependencies COPY package*.json ./ -RUN npm install +RUN npm install --legacy-peer-deps # Copy semua source code COPY . .