A minimal, containarized shiny app based on https://github.com/jnolis/shiny-docker/. It installs an R package from a private GitHub repository.
You need to pas a GitHub token via the environment variable GITHUB_PAT
.
# Test it locally with
docker build -t app .
docker run --rm -p 8080:8080 app