chore(i18n): revert docker-compose change (remove startup seeder command)

This commit is contained in:
Ahmed Darrazi 2025-12-15 23:29:43 +01:00
parent df9287d36e
commit 3a763d2183

View File

@ -7,4 +7,4 @@ services:
environment: environment:
APP_ENV: production APP_ENV: production
APP_DEBUG: "true" APP_DEBUG: "true"
command: sh -lc "php artisan migrate --force && php artisan db:seed --class=ImportDeLanguageSeeder && php-fpm" # command removed: migrations and seeder run handled elsewhere to avoid startup timing issues