I know how to deploy a shiny app using http://www.shinyproxy.io/. Basically I just need server.R and ui.R. Then using docker it\'s a pretty easy job.
However, when using
you can have a look here how to make a Docker image with a R Flexdashboard. You then have to change the container cmd in the application.yml of Shinyproxy to ["R", "-e", "rmarkdown::run('/...."]
for rendering the Rmd Flexdashboard file. Please see my blog post at:
https://medium.com/analytics-vidhya/deploying-a-shiny-flexdashboard-with-docker-cca338a10d12