add run script
This commit is contained in:
parent
f52102f3de
commit
dc21ee71e4
1 changed files with 3 additions and 0 deletions
3
run.sh
Executable file
3
run.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
source .venv/bin/activate
|
||||||
|
exec gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090
|
Loading…
Reference in a new issue