Update Dockerfile
deploy to danak / build_and_deploy (push) Has been cancelled

docker
This commit is contained in:
2026-06-10 12:30:54 +00:00
parent 19b47df5b1
commit a8288a0431
+2 -2
View File
@@ -8,10 +8,10 @@ ENV NPM_CONFIG_REGISTRY=https://package-mirror.liara.ir/repository/npm/
RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ RUN npm config set registry https://package-mirror.liara.ir/repository/npm/
# Install tzdata to support timezone settings # Install tzdata to support timezone settings
RUN apk add --no-cache tzdata # RUN apk add --no-cache tzdata
# Set the timezone to Asia/Tehran # Set the timezone to Asia/Tehran
RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone # RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone
WORKDIR /build WORKDIR /build