Open kndrckjvr opened 1 year ago
is there already a file/configuration for the CRON Jobs?
I was thinking of adding some lines on the Dockerfile to accommodate that function?
Example:
* * * * * cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1 * * * * * cd /var/www/html && php artisan queue:work --tries=3 >> /dev/null 2>&1
@kndrckjvr
Thanks for your suggestion, Could you please create PR for the mentioned feature?
is there already a file/configuration for the CRON Jobs?
I was thinking of adding some lines on the Dockerfile to accommodate that function?
Example: