5 lines
184 B
Plaintext
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 }
|