remove tzeddata from docker
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-01 16:18:19 +03:30
parent bae6cbc752
commit ce1a4ea7a8
+3 -3
View File
@@ -8,9 +8,9 @@ ENV NPM_CONFIG_REGISTRY=https://mirror-npm.runflare.com
RUN npm config set registry https://mirror-npm.runflare.com RUN npm config set registry https://mirror-npm.runflare.com
# Install tzdata to support timezone settings # Install tzdata to support timezone settings
RUN apk add --no-cache tzdata && \ # RUN apk add --no-cache tzdata && \
cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \ # cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \
echo "Asia/Tehran" > /etc/timezone # echo "Asia/Tehran" > /etc/timezone
WORKDIR /app WORKDIR /app