dev-dashboard / run.sh
egrace479's picture
Add application files.
568d6f3
raw
history blame
79 Bytes
#!/bin/bash
gunicorn -w ${BACKEND_WORKERS:=4} -b :5000 -t 360 dashboard:server