From c1168b7cd4995a47de8db14eb2b8e5a0ff187cb3 Mon Sep 17 00:00:00 2001 From: CL TheDreWen <114508680+thedrewen@users.noreply.github.com> Date: Fri, 28 Nov 2025 14:15:42 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c96bf4..b6efade 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ WORKDIR /app COPY . /app -RUN npm i && \ +RUN npm clean-install && \ npm run build && \ npm run register -CMD [ "npm", "run", "start" ] \ No newline at end of file +CMD [ "npm", "run", "start" ]