add run script

This commit is contained in:
Tomáš Mládek 2020-06-14 12:21:51 +02:00
parent f52102f3de
commit dc21ee71e4

3
run.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
source .venv/bin/activate
exec gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090