fix dockerfile

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