From cf95f2e568a1af4e05ad3c52ed5b469ce0b97053 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 7 Oct 2025 08:12:00 +0545 Subject: [PATCH] chore: dockerfile update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e257b4b..5bf8985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ -RUN npm ci +RUN npm ci --force # Copy the rest of the project files COPY . .