container_commands:
    01-migrate:
        command:
            "php artisan migrate:fresh --seed --force"
    02-clear-config:
        command:
            "php artisan cache:clear"
