use poetry in run.sh

This commit is contained in:
Tomáš Mládek 2021-10-05 23:36:05 +02:00
parent 55f1cbad53
commit de9b03c786

3
run.sh
View file

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