diff --git a/php-base/scripts/docker-entrypoint.sh b/php-base/scripts/docker-entrypoint.sh index a9e7953..08c7e1c 100755 --- a/php-base/scripts/docker-entrypoint.sh +++ b/php-base/scripts/docker-entrypoint.sh @@ -40,7 +40,7 @@ elif [ "$1" = 'queue' ]; then # Init script, for use in initContainers (for example) elif [ "$1" = 'init' ]; then - exec php artisan migrate --isolated + exec php artisan migrate --isolated --no-interaction --force # Helper to run artisan commands elif [ "$1" = 'artisan' ]; then