From 3007508443861ee069a605ea756718ed57fee311 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Tue, 1 Mar 2022 16:25:21 +0000 Subject: [PATCH] Update 'Dockerfile.staging' --- Dockerfile.staging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.staging b/Dockerfile.staging index 9aa17cf..0ba51b3 100644 --- a/Dockerfile.staging +++ b/Dockerfile.staging @@ -25,7 +25,7 @@ COPY database /var/www/html/database COPY composer-staging.* /var/www/html/ -RUN composer clearcache && COMPOSER=composer-staging.json composer install --no-scripts +RUN COMPOSER=composer-staging.json composer install --no-scripts COPY . /var/www/html