dev-dashboard / run.sh
egrace479's picture
Change port
6a87bd0
raw
history blame contribute delete
No virus
79 Bytes
#!/bin/bash
gunicorn -w ${BACKEND_WORKERS:=4} -b :7860 -t 360 dashboard:server