diff --git a/Dockerfile b/Dockerfile index 020fe8e..05a4386 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://mirrors.pardisco.co/npm/ -RUN npm config set registry https://mirrors.pardisco.co/npm/ +# 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