improve more

This commit is contained in:
Andras Bacsai
2023-12-13 11:35:53 +01:00
parent 00d708610d
commit 3c54e01d87
8 changed files with 79 additions and 151 deletions

View File

@@ -1,4 +1,5 @@
#!/command/execlineb -P
foreground { composer -d /var/www/html/ install }
foreground { php /var/www/html/artisan key:generate }
foreground { php /var/www/html/artisan migrate --step }
foreground { php /var/www/html/artisan dev:init }