RUN npm install react-scripts

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 20:46:55 -05:00
parent 43a136ced2
commit 1920b286d8
+3 -2
View File
@@ -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"]