#!/bin/bash set -e gunicorn posthog.wsgi --config gunicorn.config.py --bind 0.0.0.0:8000 --log-file -