7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
composer dump-autoload
|
|
php artisan optimize:clear --no-interaction
|
|
|
|
/usr/bin/supervisord -c /etc/supervisord.conf
|