summaryrefslogtreecommitdiff
path: root/lgproxy/start.sh
blob: 2745f059af1df82e3019175b2e7fa749d977e436 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -euo pipefail
IFS=$'\n\t'

. ~/venv/bin/activate
cd lgp
gunicorn -b "[::]:${LGPROXY_PORT:-6000}" --workers=2 lgproxy:app