update deploy.yaml

This commit is contained in:
Mehdi Mehrmanesh
2025-11-16 17:48:06 +03:30
parent 5ffd0e41de
commit 6a7eac4d0c
+1
View File
@@ -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