4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/bash
|
||
|
source .venv/bin/activate
|
||
|
exec gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090
|