fix duplicate npm i

This commit is contained in:
2025-04-09 11:12:02 +03:30
parent c1c13a178e
commit 6ec8b08618
+1 -1
View File
@@ -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 . .