#!/usr/bin/env sh
gunicorn -b localhost:5005 -n scibot-dashboard -w 2 -k gevent -t 600 --preload --log-level debug scibot.dash:app
