From 9310b2871428fcac683bc1fcb30270c64c0621f7 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (laptop)" Date: Sat, 31 Jul 2021 10:51:03 -0400 Subject: [PATCH] Fix restart of container --- docker/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 296c103b..48426a6b 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -30,6 +30,8 @@ sudo service php7.3-fpm status if [ -f /2fauth/installed ]; then php artisan migrate php artisan config:clear + php artisan storage:link + php artisan config:cache else php artisan migrate:refresh php artisan passport:install