From e2a8255d5a209b7bd241052451779473db97d129 Mon Sep 17 00:00:00 2001 From: thedrewen Date: Mon, 3 Nov 2025 18:17:58 +0100 Subject: [PATCH] fix(docker): comment out npm run register command in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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