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