python run instead of poetry

This commit is contained in:
Dmitry Afanasyev 2022-08-13 16:51:49 +03:00
parent b0b909e674
commit 5c7dd37a44

View File

@ -3,4 +3,5 @@
echo "starting the bot"
cd /opt/mosgortrans \
&& poetry run python app/main.py
&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \
&& python app/main.py