diff --git a/Dockerfile b/Dockerfile index 4d2bba1..ff03072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:20-alpine AS base +ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com + RUN apk add --no-cache tzdata # Set the timezone to Asia/Tehran