feat(docker): prod, fix misc

This commit is contained in:
Michael 2025-06-04 16:37:16 +02:00
parent b8fd7f8995
commit 807e596637

View file

@ -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 && \