From 125d37d3b46798e853b68f998ca8b4d56e4fe5f1 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 17 Oct 2022 12:01:51 +0200 Subject: [PATCH] fix startup --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9157528..1737939 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,10 +21,10 @@ fi gosu www-data php artisan storage:link gosu www-data php artisan horizon:publish +gosu www-data php artisan config:cache gosu www-data php artisan cache:clear gosu www-data php artisan route:cache gosu www-data php artisan view:cache -gosu www-data php artisan config:cache echo "++++ Check for needed migrations... ++++" # check for migrations