RUN npm install react-scripts
This commit is contained in:
+3
-2
@@ -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"]
|
||||
Reference in New Issue
Block a user