Merge remote-tracking branch 'origin/main'

# Conflicts:
#	dev/sintonia-webapp/laravel/.env.dev
This commit is contained in:
Michael 2025-07-15 12:46:39 +02:00
commit ec5216054d

View file

@ -395,10 +395,10 @@ ENV sintonia_user=${sintonia_user}
### Start server
CMD cron && \
php artisan key:generate && \
git config --global --add safe.directory /var/www/sintonia_webapp && \
/home/$sintonia_user/composer install --no-progress --no-interaction && \
/home/$sintonia_user/composer --no-cache dump-autoload --no-interaction && \
php artisan key:generate && \
php artisan migrate && \
php artisan db:seed RolesAndPermissionsSeeder && \
php artisan schedule:run >> /dev/null 2>&1 && \