A docker image to run the RadaR project.
Assuming your working directory is the root of this repository
docker run --name=radar -p 3838:3838 --mount type=bind,source="$(pwd)"/data,target=/srv/shiny-server/radar/data openams/radar
Data files can be added to the data directory and will be mounted in the RadaR app.