diff --git a/run.sh b/run.sh index ed3e723..774bf2c 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,2 @@ #!/bin/bash -source .venv/bin/activate -exec gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093 \ No newline at end of file +exec poetry run gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093