fix: customer seeder

This commit is contained in:
2025-05-16 21:07:02 -05:00
parent d5f0098280
commit bc8c214c99
4 changed files with 160 additions and 120 deletions

View File

@@ -8,7 +8,7 @@ sleep $SLEEP_TIME
# Provision database
php /var/www/bin/console doctrine:migrations:migrate --no-interaction
php /var/www/bin/console doctrine:fixtures:load --no-interaction
php /var/www/bin/console db:seed
# Start Apache in the foreground
echo "Starting Apache..."