Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 278 Bytes

Resilience observatory dashboard

Usage

Docker

Within this repo run:

docker build -t local/resilience_observatory .
docker run --rm -d -p 8050:8050 local/resilience_observatory

and access the 8050 port of your machine (e.g. http://localhost:8050/).