mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
gunicorn posthog.wsgi --config gunicorn.config.py --bind 0.0.0.0:8000 --log-file -
|