Base du projet 'application ticketing'

This commit is contained in:
2020-02-17 22:28:57 +01:00
parent 2a72ac97ac
commit afa734f96d
64 changed files with 1798 additions and 685 deletions

View File

@ -12,6 +12,9 @@ if [ ! -e "$FIRST_RUN_FLAG_FILE" ]; then
echo "Applying database migrations. Please wait..."
bin/console doctrine:migrations:migrate --no-interaction
echo "Loading fixtures. Please wait..."
bin/console doctrine:fixtures:load --no-interaction
touch "$FIRST_RUN_FLAG_FILE"
fi