From 907a264a6ff5531f421913d51ff16267962a1bda Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Thu, 16 Jul 2026 10:37:37 +0330 Subject: [PATCH] update mirror --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c6f2df..020fe8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ FROM node:22-alpine AS builder RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/alpine|g' /etc/apk/repositories # Configure npm registry mirror (Liara) -ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com/ -RUN npm config set registry https://mirror-npm.runflare.com/ +ENV NPM_CONFIG_REGISTRY=https://mirrors.pardisco.co/npm/ +RUN npm config set registry https://mirrors.pardisco.co/npm/ # Install tzdata to support timezone settings # RUN apk add --no-cache tzdata