Force cache:clear on first boot

This commit is contained in:
David Bomba
2025-10-28 06:26:49 +11:00
parent e3fd4afb7d
commit ba896fcc03

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