From d94471630983550d325838e55d6b4a523c683955 Mon Sep 17 00:00:00 2001 From: overasyco Date: Wed, 23 Jul 2025 18:21:01 +0000 Subject: [PATCH] use npm i istead of ci --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4237dc..f045310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # Install deps for build COPY package*.json . -RUN npm ci +RUN npm i # Copy source and build COPY . .