egrace479's picture
Set up prototype telemetry dashboard to pull from dev branch of telemetry-dashboard github repo.
1fffda3
#!/bin/bash
gunicorn -w ${BACKEND_WORKERS:=4} -b :7860 -t 360 dashboard:server