From 458dd51f286cc90dbae2dbda11652d5c013c3e03 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Tue, 24 Dec 2024 23:57:15 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dc78fa5..4a35f51b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ WORKDIR /usr/src/app COPY package*.json /usr/src/app/ # RUN npm install --force -RUN npm install -g npm@11.0.0 -RUN npm install next --legacy-peer-deps +# RUN npm install -g npm@11.0.0 +RUN npm install --legacy-peer-deps # Copying source files COPY . /usr/src/app