From 6a7eac4d0c7ce8c40d6fdf7fba133b41563d71de Mon Sep 17 00:00:00 2001 From: Mehdi Mehrmanesh Date: Sun, 16 Nov 2025 17:48:06 +0330 Subject: [PATCH] update deploy.yaml --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c5df58..36e84d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +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