mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-24 15:22:46 +01:00
Improvements for build
This commit is contained in:
@@ -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"];')
|
||||
|
||||
Reference in New Issue
Block a user