remove tz
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-27 10:11:22 +03:30
parent d4734f07b5
commit 181da71ff3
+3 -3
View File
@@ -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