X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a0c605faaeb06cdd1426d48bfbe643954b4be582..refs/pull/2700/head:/dev/docker/entrypoint.app.sh diff --git a/dev/docker/entrypoint.app.sh b/dev/docker/entrypoint.app.sh index 9709139ab..e91d34a71 100755 --- a/dev/docker/entrypoint.app.sh +++ b/dev/docker/entrypoint.app.sh @@ -10,7 +10,6 @@ else composer install wait-for-it db:3306 -t 45 php artisan migrate --database=mysql - php artisan migrate --database=mysql_testing chown -R www-data:www-data storage exec apache2-foreground fi