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

This commit is contained in:
2026-06-14 10:32:05 +03:30
parent bba527c83f
commit 0e2ce1210d
-3
View File
@@ -3,9 +3,6 @@
# ------------------------ # ------------------------
FROM node:22-alpine AS base FROM node:22-alpine AS base
RUN apk add --no-cache tzdata \
&& cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime \
&& echo "Asia/Tehran" > /etc/timezone
WORKDIR /app WORKDIR /app