From 6e583bf60f427f6268008489d43b19fcf5680022 Mon Sep 17 00:00:00 2001 From: saeid Date: Fri, 21 Apr 2023 06:20:32 +0330 Subject: [PATCH] fix --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3b9d1de..6a64cd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ COPY $COMPOSER_FILE_NAME.* /var/www/html/ RUN COMPOSER=$COMPOSER_FILE_NAME.json composer install --no-scripts +RUN pecl upgrade timezonedb + COPY . /var/www/html RUN chown -R www-data:www-data \