diff --git a/Dockerfile b/Dockerfile index 5a15498a6..b24a20892 100644 --- a/Dockerfile +++ b/Dockerfile @@ -422,7 +422,7 @@ WORKDIR /var/www/sintonia_webapp RUN cron && \ git clone --branch dev --single-branch https://git.congegni.net/Congegni/sintonia_webapp . && \ - /home/$sintonia_user/composer install --no-progress --no-interaction --no-autoloader && \ + /home/$sintonia_user/composer install --no-progress --no-interaction && \ /home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \ php artisan migrate && \ php artisan key:generate && \