Remove redundant package discovery command from production setup

This commit is contained in:
Benjamin Brummer
2025-09-29 14:06:41 +02:00
parent 91a2a106e0
commit 7a985b4d0d

View File

@@ -41,7 +41,6 @@ if [ "$*" = 'supervisord -c /etc/supervisor/supervisord.conf' ]; then
# Clear and cache config in production
if [ "$APP_ENV" = "production" ]; then
runuser -u www-data -- php artisan package:discover
runuser -u www-data -- php artisan migrate --force
runuser -u www-data -- php artisan cache:clear # Clear after the migration
runuser -u www-data -- php artisan ninja:design-update