From b7c027015c0fbac417b74f6c74ba52ce1f5d3383 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Tue, 28 Sep 2021 10:30:45 +0000 Subject: [PATCH 1/4] 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 4c699ffdb093d4ebdf126711c56596942b3a9ff9 Mon Sep 17 00:00:00 2001 From: azizi Date: Thu, 30 Sep 2021 16:42:54 +0000 Subject: [PATCH 2/4] 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 28f7d12a8eb80c27ef32a430cf4729b966aba9ab Mon Sep 17 00:00:00 2001 From: "f.saravi" Date: Wed, 6 Oct 2021 18:05:21 +0000 Subject: [PATCH 3/4] 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 From 153b049f32a6e853cc44998c42e52ab0417ad67b Mon Sep 17 00:00:00 2001 From: "f.saravi" Date: Wed, 6 Oct 2021 18:25:59 +0000 Subject: [PATCH 4/4] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2046a8..7b79dd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM dfs1368/laravel-php-fpm:7.4.1 +FROM dfs1368/laravel-php-fpm:7.4 WORKDIR /var/www