2023-12-13 11:12:53 +01:00

5 lines
184 B
Plaintext

#!/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 }