diff --git a/Dockerfile b/Dockerfile index 71d83cb..85940e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM node:14-alpine AS base +RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/alpine|g' /etc/apk/repositories + +ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com + RUN apk add --no-cache tzdata # Set the timezone to Asia/Tehran