update mirror
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-16 10:37:37 +03:30
parent 1b31974dfa
commit 907a264a6f
+2 -2
View File
@@ -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