diff --git a/entrypoint.sh b/entrypoint.sh index 9a07005..d12dd72 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -96,7 +96,7 @@ if [[ $DKR_RUN_MIGRATION == "false" ]]; then echo "Will NOT run migration commands." else echo "Running migration commands..." - php bin/console doctrine:schema:update --force + php bin/console doctrine:migrations:migrate --no-interaction fi echo "Current working dir is '$(pwd)'"