From d2505079df6776ab20517c952f1ef5f49151165c Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sun, 31 May 2026 16:26:45 +0330 Subject: [PATCH] docker update --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7af26a2..be3a872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM node:20-alpine AS builder -# Install tzdata to support timezone settings -RUN apk add --no-cache tzdata +# Install tzdata to support timezone settings +RUN sed -i 's|https://dl-cdn.alpinelinux.org|https://mirror.leaseweb.net|g' /etc/apk/repositories \ + && apk add --no-cache tzdata # Set the timezone to Asia/Tehran