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