#!/bin/bash cd /home/lighthouse/hberp/hb_server source venv/bin/activate exec gunicorn -w 5 -b 0.0.0.0:2223 server.wsgi