├── Dockerfile ├── README.md ├── app.R └── shiny-customized.config /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randy3k/shiny-cloudrun-demo/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randy3k/shiny-cloudrun-demo/HEAD/README.md -------------------------------------------------------------------------------- /app.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randy3k/shiny-cloudrun-demo/HEAD/app.R -------------------------------------------------------------------------------- /shiny-customized.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/randy3k/shiny-cloudrun-demo/HEAD/shiny-customized.config --------------------------------------------------------------------------------