fix(docker): correct npm command to run register in Dockerfile

This commit is contained in:
2025-11-03 18:09:38 +01:00
parent e2c896c6f1
commit 85ec27cb2b

View File

@@ -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" ]