Hello there! This was originally a school project extended by myself privatly.
- Explorative Data Science Project using R
- Visualized with Shiny
- Dockerized Shiny Server with Dockerfile
- CMD: /where/the/Dockerfile/is$ docker build -t this-is-your-app .
- CMD: /where/the/Dockerfile/is$ docker run --rm -d -p 3838:3838 this-is-your-app
- Only tested with Linux Ubuntu 18.04.4 LTS
- Only tested with Docker version 19.03.10
Have a nice day!