diff --git a/docker/docker.sh b/docker/docker.sh index 98d1d34..118f3ce 100644 --- a/docker/docker.sh +++ b/docker/docker.sh @@ -1,4 +1,4 @@ -php bin/console doctrine:database:create +php bin/console doctrine:database:create --if-not-exists --no-interaction php bin/console d:m:m --no-interaction php bin/console cache:clear exec apache2-foreground \ No newline at end of file diff --git a/visionversion.json b/visionversion.json index 779d61a..ca7f766 100644 --- a/visionversion.json +++ b/visionversion.json @@ -1,3 +1,3 @@ { - "version": "0.2.15" + "version": "0.2.16" }