Fix restart of container

This commit is contained in:
Quentin McGaw (laptop) 2021-07-31 10:51:03 -04:00
parent 92029c4aff
commit 9310b28714

View File

@ -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