Improvements for build

This commit is contained in:
David Bomba
2024-04-04 22:01:41 +11:00
parent 5609b988f3
commit 47db01612d
4 changed files with 17 additions and 9 deletions

View File

@@ -28,7 +28,6 @@ docker_process_init_files() {
php artisan config:cache
php artisan optimize
php artisan package:discover
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"];')