mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/usr/bin/env bash
|
|
|
|
php /var/www/html/artisan optimize
|
|
php /var/www/html/artisan migrate --force
|
|
|
|
exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|