Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jan 22, 2024
1 parent 8341c16 commit 5757aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _wait_for_mysql_ready

# initialisation de la base de données si elle n'existe pas
if [ -f "./sql/db.sqlite" ] && [ -s "./sql/db.sqlite" ]
then
php artisan --no-interaction migrate --seed
fi

Expand Down

0 comments on commit 5757aae

Please sign in to comment.