chore(i18n): revert docker-compose change (remove startup seeder command)
This commit is contained in:
parent
df9287d36e
commit
3a763d2183
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user