#!/bin/bash
source /venv/bin/activate
/venv/bin/gunicorn barcodescan.barcodescanner_server:app --worker-class gevent --bind 0.0.0.0:8000 --log=DEBUG