mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-18 04:14:04 +01:00
Position composer dump correctly
This commit is contained in:
@@ -25,6 +25,7 @@ docker_process_init_files() {
|
||||
done
|
||||
}
|
||||
|
||||
composer dump-autoload
|
||||
php artisan config:cache
|
||||
php artisan optimize
|
||||
php artisan ninja:react
|
||||
@@ -36,7 +37,6 @@ if [ "$DB_READY" != "1" ]; then
|
||||
in_error "Error connecting to DB"
|
||||
fi
|
||||
|
||||
composer dump-autoload
|
||||
php artisan migrate --force
|
||||
|
||||
# If first IN run, it needs to be initialized
|
||||
|
||||
Reference in New Issue
Block a user