mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
app with uvicorn
This commit is contained in:
@@ -4,4 +4,4 @@
|
|||||||
echo "starting the bot"
|
echo "starting the bot"
|
||||||
cd /opt/mosgortrans \
|
cd /opt/mosgortrans \
|
||||||
&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \
|
&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \
|
||||||
&& python main.py
|
&& uvicorn app.main:create_app --host localhost --port 8084 --reload --factory
|
||||||
Reference in New Issue
Block a user