From 181da71ff3b582e2213e0a81e6f738b4383150d3 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Sat, 27 Jun 2026 10:11:22 +0330 Subject: [PATCH] remove tz --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11c57a8..e754586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ RUN ALPINE_VERSION=$(cat /etc/alpine-release | cut -d'.' -f1-2) && \ ENV NPM_CONFIG_REGISTRY=https://package-mirror.liara.ir/repository/npm/ ENV NODE_OPTIONS=--openssl-legacy-provider -RUN apk add --no-cache tzdata +# 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 +# # Set the timezone to Asia/Tehran +# RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone FROM base AS deps WORKDIR /temp-deps