Docker exec tty feature is a missing part in this script. So newly running command will allocate tty. If tty is not needed, eg: in cron, you can run NOTTY=true butler php artisan schedule:run
Docker exec tty feature is a missing part in this script. So newly running command will allocate tty. If tty is not needed, eg: in cron, you can run NOTTY=true butler php artisan schedule:run