docker legacy peer deps

This commit is contained in:
Irwan Cahyono 2025-07-01 09:35:42 +07:00
parent 1538038c05
commit 973419c093

View File

@ -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 . .