From f08b986e67ae96da5e5b1687babc18e80b30dbb7 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 29 May 2020 16:01:37 +0200 Subject: [PATCH] autogen key --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index c00797a..ae84305 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,7 @@ cp -r storage.skel/* storage/ if [[ ! -e storage/.docker.init ]]; then echo "Fresh installation, initializing database..." + php artisan key:generate php artisan migrate:fresh --force php artisan passport:install chown www-data:www-data storage/oauth*key