update deploy.yaml

This commit is contained in:
Mehdi Mehrmanesh
2025-11-17 10:14:55 +03:30
parent 683c9ff8ad
commit ec14497f59
+1 -1
View File
@@ -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