I have developed a shiny app that runs on Windows. The idea is that many users can view the app when visiting a web domain. The data are updated daily by a Windows cron that executes a file in Powershell and then run the app. The app is executed independent of the data and reads the updated data from a folder. The app is static, it consists of multiple tabs that only show graphs and tables with updated data.
I would like to run the app on a Windows web server once a day, after updating the data, and have the app running all the time. I would appreciate if someone could tell me what would be the best way to put this app into production.