Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 647 Bytes

Alcohol Consumption EDA

Hello there! This was originally a school project extended by myself privatly.

About:

  • Explorative Data Science Project using R
  • Visualized with Shiny
  • Dockerized Shiny Server with Dockerfile

How to:

  1. CMD: /where/the/Dockerfile/is$ docker build -t this-is-your-app .
  2. CMD: /where/the/Dockerfile/is$ docker run --rm -d -p 3838:3838 this-is-your-app

Additional Information:

  • Only tested with Linux Ubuntu 18.04.4 LTS
  • Only tested with Docker version 19.03.10

Have a nice day!