dockerized-app
dockerized-app copied to clipboard
Cron
Just wondering how to use Cron in this environment and therefore
* * * * * php /app/artisan schedule:run >> /dev/null 2>&1
thanks!
Al
ill try to write something up on this!
Thanks. Btw this problem happened when I ended up having more than one container on the host. Really odd. All worked well locally then on the host cron did not work. I wrote this as a solution https://alfrednutile.info/posts/234 It is working now but cron would have been way easier.