use poetry in run.sh
This commit is contained in:
parent
55f1cbad53
commit
de9b03c786
1 changed files with 1 additions and 2 deletions
3
run.sh
3
run.sh
|
@ -1,3 +1,2 @@
|
|||
#!/bin/bash
|
||||
source .venv/bin/activate
|
||||
exec gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090
|
||||
exec poetry run gunicorn sdbs_infra.wsgi -b 127.0.0.1:8090
|
||||
|
|
Loading…
Reference in a new issue