update: dockerfile

This commit is contained in:
2026-01-26 10:17:21 +03:30
parent 9a995d5109
commit 33a88b5372

View File

@@ -1,9 +1,12 @@
FROM ghcr.io/eic/node:18-alpine
FROM registry.hamdocker.ir/seniorkian/node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install
run npm config set registry https://mirror-npm.runflare.com
RUN npm install --force
COPY . .