This repository deployes the TAPP Shiny application using Docker.
The results of the TAPP Shiny App can be accesed through Results - Transatlantic Privacy Perceptions.
The repository contains all the Shiny app files and other supporting files, as well as a Dockerfile and a build-docker.yml file to set up a github action to build the docker image.
To run a new version of the Shiny app:
- Push the new changes to github.
- Re-run the build by clicking "Run workflow" on this page.
- The new created docker image can be found here.
To run the dockerised Shiny app on your computer:
- Make sure you have Docker installed.
- Run
docker run -p 3838:3838 ghcr.io/transatlanticprivacyperceptions/tapp_docker:latestin your terminal. - You can then access the Shiny App through this link.