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