diff --git a/Dockerfile b/Dockerfile index 62bde73..aa81a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /app COPY . . RUN apt-get update && apt-get install -y iputils-ping -RUN npm i +RUN npm clean-install # RUN npm run register -CMD [ "npm", "run", "start" ] \ No newline at end of file +CMD [ "npm", "run", "start" ]