From 6ec8b08618fa49e065287743e56a741a6f68d3ee Mon Sep 17 00:00:00 2001 From: hamed Hosseini Date: Wed, 9 Apr 2025 11:12:02 +0330 Subject: [PATCH] fix duplicate npm i --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index abbe1f5..75a0fb3 100644 --- a/dockerfile +++ b/dockerfile @@ -10,7 +10,7 @@ RUN apk add --no-cache python3 make g++ COPY package*.json ./ # Install dependencies -RUN npm npm i --force +RUN npm i --force # Copy source code COPY . .