update: dockerfile

This commit is contained in:
2026-01-19 18:03:22 +03:30
parent 3dfc4d51d9
commit 2e8a74bb9c

View File

@@ -6,7 +6,7 @@ COPY package*.json ./
run npm config set registry https://mirror-npm.runflare.com
RUN npm install
RUN npm install --force
COPY . .