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