Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 362 Bytes

app

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