Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 158 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 158 Bytes

Steps to Build the app

  1. docker build --tag dash-app .
  2. docker run --name dash-app -p 8050:8050 dash-app
  3. browse to localhost:8050 to see the app running