X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/5280/head:/dev/docker/entrypoint.app.sh diff --git a/dev/docker/entrypoint.app.sh b/dev/docker/entrypoint.app.sh index ff44f0c8d..e91d34a71 100755 --- a/dev/docker/entrypoint.app.sh +++ b/dev/docker/entrypoint.app.sh @@ -7,8 +7,9 @@ env if [[ -n "$1" ]]; then exec "$@" else + composer install wait-for-it db:3306 -t 45 php artisan migrate --database=mysql chown -R www-data:www-data storage exec apache2-foreground -fi \ No newline at end of file +fi