From a60982c53368bafd1daab4635e915dbf53a335b5 Mon Sep 17 00:00:00 2001 From: Mehdi Mehrmanesh Date: Mon, 20 Oct 2025 12:32:17 +0330 Subject: [PATCH] update deploy.yaml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44b2d4c..44f09c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20-alpine AS builder -# Install tzdata to support timezone settings +# Install tzdata to support timezone settingssss RUN apk add --no-cache tzdata # Set the timezone to Asia/Tehran