From ec14497f591faca663a6f3ad15b75cc86081839f Mon Sep 17 00:00:00 2001 From: Mehdi Mehrmanesh Date: Mon, 17 Nov 2025 10:14:55 +0330 Subject: [PATCH] update deploy.yaml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36e84d6..7af26a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:20-alpine AS builder 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 WORKDIR /build