From f19797e752b4b1bd38cc140e54f13ec243744b5d Mon Sep 17 00:00:00 2001 From: g Date: Fri, 7 Feb 2025 04:49:32 +0000 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd3581f..60ae52f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY package.json package-lock.json ./ # Install dependencies -RUN npm install --frozen-lockfile +RUN npm install -force # Copy the rest of the application files COPY . .