mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
cd /var/www/app; php artisan schedule:run >> /dev/null 2>&1
|