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