fix: init script + optimize laravel

This commit is contained in:
Andras Bacsai
2024-11-15 10:47:30 +01:00
parent 4053c3003d
commit 210a428f93
2 changed files with 11 additions and 20 deletions

View File

@@ -1,7 +1,3 @@
#!/command/execlineb -P
s6-setuidgid webuser
foreground {
php /var/www/html/artisan optimize:clear
php /var/www/html/artisan optimize
php /var/www/html/artisan app:init
}
php /var/www/html/artisan app:init