Merge pull request #825 from turbo124/master

Force cache:clear on first boot
This commit is contained in:
David Bomba
2025-10-28 06:28:11 +11:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
#!/bin/sh
php artisan db:seed --force
php artisan cache:clear
# Build up array of arguments...
if [[ ! -z "${IN_USER_EMAIL}" ]]; then