From 6dd982b1e7d7b35cba41a8f1590d834180efcc65 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Tue, 28 Sep 2021 10:29:58 +0000 Subject: [PATCH 1/3] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 769edbf..7b79dd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY database /var/www/database COPY composer-prod.* /var/www/ -RUN composer clearcache && COMPOSER=composer-prod.json composer update --no-scripts +RUN composer clearcache && COMPOSER=composer-prod.json composer install --no-scripts COPY . /var/www From 397008d1ccc4271b95775dc875ff45b8e4d85bfd Mon Sep 17 00:00:00 2001 From: azizi Date: Thu, 30 Sep 2021 16:41:42 +0000 Subject: [PATCH 2/3] Update '.gitattributes' --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 967315d..dbb821a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.scss linguist-vendored *.js linguist-vendored CHANGELOG.md export-ignore + From 462237cb960e7a581a802d24a8834357d1189565 Mon Sep 17 00:00:00 2001 From: "f.saravi" Date: Wed, 6 Oct 2021 18:00:13 +0000 Subject: [PATCH 3/3] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b79dd9..b2046a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dfs1368/laravel-php-fpm:7.4 +FROM dfs1368/laravel-php-fpm:7.4.1 WORKDIR /var/www