#!/bin/sh
cd /usr/share/cmsscan
exec gunicorn --bind 127.0.0.1:7070 app:app --workers 3 --timeout 10000
