mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-18 12:24:09 +01:00
Merge pull request #499 from turbo124/master
Update react files on init()
This commit is contained in:
@@ -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"];')
|
||||
|
||||
Reference in New Issue
Block a user