From 3d42e156a20184a6ded092d0c663780dfb00d0ce Mon Sep 17 00:00:00 2001 From: dharaneesh-r Date: Thu, 11 Jun 2026 21:29:16 +0530 Subject: [PATCH] updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e1d074..230f915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app # Copy lock files and install dependencies COPY package*.json yarn.lock* package-lock.json* ./ -RUN npm ci +RUN npm install # Copy codebase and compile Vite project COPY . .