diff --git a/run.sh b/run.sh index abe8e3c..746ac5c 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ -(poetry run uvicorn wandbot.api.app:app --host="0.0.0.0" --port=8000) & \ -(poetry run python -m wandbot.apps.slack) & \ -(poetry run python -m wandbot.apps.discord) +(uvicorn wandbot.api.app:app --host="0.0.0.0" --port=8000) & \ +(python -m wandbot.apps.slack) & \ +(python -m wandbot.apps.discord)