fix docker

This commit is contained in:
2026-01-19 15:23:38 +03:30
parent ca22cced44
commit 3830d19fd6

View File

@@ -3,7 +3,8 @@ FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install --force
RUN npm confing set registery https://mirror-npm.runflare.com
COPY . .