use poetry in run.sh
This commit is contained in:
parent
69322e6203
commit
f57bc0e651
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_pile.wsgi -b 127.0.0.1:8093
|
||||
exec poetry run gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093
|
||||
|
|
Loading…
Reference in a new issue