Merge pull request #499 from turbo124/master

Update react files on init()
This commit is contained in:
David Bomba
2023-02-28 19:33:49 +11:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ docker_process_init_files() {
php artisan config:cache
php artisan optimize
php artisan ninja:react
# Check if DB works, if not crash the app.
DB_READY=$(php artisan tinker --execute='echo app()->call("App\Utils\SystemHealth@dbCheck")["success"];')