pile/run.sh

4 lines
80 B
Bash
Raw Normal View History

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