docker update
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-31 16:26:45 +03:30
parent 8177f71b3b
commit d2505079df
+3 -2
View File
@@ -1,7 +1,8 @@
FROM node:20-alpine AS builder
# Install tzdata to support timezone settings
RUN apk add --no-cache tzdata
# Install tzdata to support timezone settings
RUN sed -i 's|https://dl-cdn.alpinelinux.org|https://mirror.leaseweb.net|g' /etc/apk/repositories \
&& apk add --no-cache tzdata
# Set the timezone to Asia/Tehran