pile/run.sh

3 lines
84 B
Bash
Raw Normal View History

2020-03-18 22:24:11 +01:00
#!/bin/bash
source .venv/bin/activate
exec gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093