From ce1a4ea7a8bbca9477139826c980ed1d320ebb61 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 1 Jun 2026 16:18:19 +0330 Subject: [PATCH] remove tzeddata from docker --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2f14e9..62e3561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com RUN npm config set registry https://mirror-npm.runflare.com # Install tzdata to support timezone settings -RUN apk add --no-cache tzdata && \ - cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \ - echo "Asia/Tehran" > /etc/timezone +# RUN apk add --no-cache tzdata && \ +# cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \ +# echo "Asia/Tehran" > /etc/timezone WORKDIR /app