From f537c2c7913f6584327743eee6cf7040a5d8d915 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 24 Dec 2024 09:32:31 -0500 Subject: [PATCH] --save --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index ae61cc1..e2a2ffd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -118,7 +118,7 @@ COPY package.json /app COPY . ./app # install app dependencies -RUN npm install +RUN npm install --save RUN npm install react-scripts RUN npm install -g next RUN npm install sharp