fix(Dockerfile): comment out unused npm register command

This commit is contained in:
2025-12-13 18:51:24 +01:00
parent 5fda9afb83
commit b0ced298c0

View File

@@ -7,6 +7,6 @@ COPY . .
RUN apt-get update && apt-get install -y iputils-ping RUN apt-get update && apt-get install -y iputils-ping
RUN npm clean-install RUN npm clean-install
RUN npm run register # RUN npm run register
CMD [ "npm", "run", "start" ] CMD [ "npm", "run", "start" ]