This means that you can update the code locally and you will be able to see live changes in the browser.
- Build the development image:
docker build -t dashball .
- Start the container:
docker run -d -p 8051:8051 -v $(pwd):/app --name dashball dashball
- Open http://localhost:8051 in a web browser to view the dashboard.