From 3d2a1125b3c45e931cf862c8b6da7a3d67a60632 Mon Sep 17 00:00:00 2001 From: CL TheDreWen <114508680+thedrewen@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:13:42 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62bde73..aa81a90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /app COPY . . RUN apt-get update && apt-get install -y iputils-ping -RUN npm i +RUN npm clean-install # RUN npm run register -CMD [ "npm", "run", "start" ] \ No newline at end of file +CMD [ "npm", "run", "start" ]