diff --git a/Dockerfile b/Dockerfile index 420ae70..aa81a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY . . RUN apt-get update && apt-get install -y iputils-ping RUN npm clean-install -RUN npm run register +# RUN npm run register CMD [ "npm", "run", "start" ]