Update react files on init()

This commit is contained in:
David Bomba
2023-02-28 19:33:17 +11:00
parent b3768cbed3
commit 7d977a41e3

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"];')