Skip to content

Commit

Permalink
PHP: artisan migrate with force, isolate, no-interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
bertbijnens authored and djbe committed Jun 5, 2024
1 parent c227fd3 commit bc6e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-base/scripts/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc6e504

Please sign in to comment.