diff --git a/docker/Dockerfile b/docker/Dockerfile index e2a2ffd..e96440b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -125,9 +125,6 @@ RUN npm install sharp RUN npm install react-modal-video RUN npm install wowjs -RUN npm audit fix --force - - #CMD ["sh", "-c", "next build && next start"] CMD [ "npm" ,"run","dev"] \ No newline at end of file