From 5ffd0e41de1a13ee07c93d9910ac94dd877eb884 Mon Sep 17 00:00:00 2001 From: Mehdi Mehrmanesh Date: Sun, 16 Nov 2025 17:07:22 +0330 Subject: [PATCH] update deploy.yaml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44b2d4c..2c5df58 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 settings RUN apk add --no-cache tzdata # Set the timezone to Asia/Tehran