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