- docker env
This commit is contained in:
Jérémy Guillot
2024-06-19 18:04:30 +02:00
parent f7bb7b9148
commit c1ba9820b6
6 changed files with 37 additions and 38 deletions

View File

@@ -49,7 +49,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
fi
if [ "$( find ./migrations -iname '*.php' -print -quit )" ]; then
php bin/console doctrine:migrations:migrate --no-interaction
php bin/console doctrine:migrations:migrate --no-interaction --all-or-nothing
fi
fi