diff --git a/docker/docker.sh b/docker/docker.sh index 3b4279d..80f4c13 100644 --- a/docker/docker.sh +++ b/docker/docker.sh @@ -1,4 +1,5 @@ composer install +php bin/console doctrine:database:create php bin/console d:m:m --no-interaction php bin/console cache:clear exec apache2-foreground \ No newline at end of file