diff --git a/Dockerfile b/Dockerfile index 86cd56b..09f3fe9 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 register +RUN npm run register CMD [ "npm", "run", "start" ] \ No newline at end of file