Merge remote-tracking branch 'origin/main' into bot
This commit is contained in:
@@ -11,4 +11,4 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati
|
||||
COPY telegram_bot /srv/flask_app
|
||||
|
||||
# Run the application
|
||||
CMD ["python bot.py"]
|
||||
CMD ["/usr/local/bin/python", "bot.py"]
|
||||
|
@@ -11,4 +11,4 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati
|
||||
COPY telegram_bot /srv/flask_app
|
||||
|
||||
# Run the application
|
||||
CMD ["python bot_updates.py"]
|
||||
CMD ["/usr/local/bin/python", "bot_updates.py"]
|
||||
|
@@ -1,4 +1,4 @@
|
||||
pyTelegramBotAPI~=4.4.0
|
||||
pyTelegramBotAPI~=4.5.0
|
||||
Markdown~=3.3.6
|
||||
yfinance~=0.1.70
|
||||
newsapi-python~=0.2.6
|
||||
|
Reference in New Issue
Block a user