mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
#!/command/execlineb -P
|
|
foreground {
|
|
s6-sleep 5
|
|
php /var/www/html/artisan start:scheduler
|
|
}
|