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