build: use reliable npm registry
Deploy banu-front / deploy (push) Waiting to run

This commit is contained in:
Server Migration
2026-08-04 18:38:11 +00:00
parent fb0e4aa7f4
commit f13eb9bbb4
+1 -1
View File
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
# RUN npm config set registry https://mirror-npm.runflare.com # RUN npm config set registry https://mirror-npm.runflare.com
# RUN npm config set strict-ssl false # RUN npm config set strict-ssl false
RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ --global RUN npm config set registry https://registry.npmjs.org/ --global
RUN npm config set strict-ssl false RUN npm config set strict-ssl false
RUN npm ci RUN npm ci