use poetry in run.sh

This commit is contained in:
Tomáš Mládek 2021-10-05 23:41:06 +02:00
parent 69322e6203
commit f57bc0e651

3
run.sh
View file

@ -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