From 1920b286d81d5e1473dfc09585ba2f5bc40a018e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 23 Dec 2024 20:46:55 -0500 Subject: [PATCH] RUN npm install react-scripts --- docker/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 34bfaf8..e8f38ca 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -112,10 +112,11 @@ COPY . ./ # install app dependencies RUN npm install - +RUN npm install react-scripts RUN npm install -g next RUN npm install sharp -RUN npm install react-modal-video@2.0.2 +RUN npm install react-modal-video + #CMD ["sh", "-c", "next build && next start"] CMD [ "npm" ,"run","dev"] \ No newline at end of file