From 02f27a492e40493bc44144a7143470980ec50c9f Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 28 Mar 2024 11:01:47 +0700 Subject: [PATCH] feat: fixing Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dead45c..c88fc65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY package*.json /usr/src/app/ # RUN npm install --force RUN npm install -g npm@latest -RUN npm install next --legacy-peer-deps +RUN npm install # Copying source files COPY . /usr/src/app