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