dwchiang / nginx-php-fpm

Running Cloud Native Laravel/PHP app with nginx + php-fpm 8.2/8.1/8.0/7.4/7.3 across amd64, arm64 arch.
https://hub.docker.com/r/dwchiang/nginx-php-fpm
Apache License 2.0
163 stars 35 forks source link

Running SH #20

Open olivinesguerra opened 11 months ago

olivinesguerra commented 11 months ago

Hi. I just wanted to ask if I could run

!/bin/bash

echo "Test" php artisan queue:work --daemon --tries=3 --timeout=3600 --queue=brik &

Run scheduler

while [ true ] do echo "Test" php artisan schedule:run --verbose --no-interaction sleep 60 done

on CMD command? thanks