Steps to Build the app docker build --tag dash-app . docker run --name dash-app -p 8050:8050 dash-app browse to localhost:8050 to see the app running