This repo contains the necessary files to deploy a Quarto dashboard with an R Shiny backend, hosted via Shiny Server in a Docker container on a cloud platform (e.g., Google Cloud Run).
The dashboard is defined in index.qmd
and is based on an example from the Shiny Gallery.
To serve the dashboard locally, run: quarto::quarto_serve("index.qmd")
.
The Dockerfile
is configured to install Quarto and render the dashboard inside the container, eliminating the need to commit the rendered output to the repository. The dashboard is served using Shiny Server, which is pre-installed in rocker/shiny
.