RamiKrispin / coronavirus_dashboard

The Coronavirus Dashboard
https://ramikrispin.github.io/coronavirus_dashboard/
108 stars 133 forks source link

Question about how I can implement auto update #23

Closed benthecoder closed 3 years ago

benthecoder commented 3 years ago

Hi Rami! This project is super. Thanks for sharing it.

I was wondering if you could share some pointers on how I could make my dashboard auto-update as well. I saw that you have a bash script that github workflows will run in order to run the r markdown file through a cron job. However, I saw you had a docker image as well, which I believe is for R to run. May I ask how I would go about creating a docker image? Is that the only way?

Cheers.