From 6407ce9275d5825f1ddb3340e45164814d7ff39a Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sat, 13 Jun 2026 16:17:36 +0330 Subject: [PATCH] docker --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4406d4..46f1a39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,10 @@ FROM node:20-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 +ENV TZ=Asia/Tehran RUN apk add --no-cache tzdata -# Set the timezone to Asia/Tehran -RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone - FROM base AS deps WORKDIR /temp-deps COPY package*.json ./