sdbs-infra/run.sh
2020-06-14 12:22:03 +02:00

3 lines
86 B
Bash
Executable file

#!/bin/bash
source .venv/bin/activate
exec gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090