mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
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 }
|