1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-07-25 15:41:33 +00:00

updated to meet telegram features

This commit is contained in:
2021-08-05 01:18:14 -07:00
parent e658bc3af6
commit ca33627af0
4 changed files with 115 additions and 92 deletions

View File

@@ -1,8 +1,8 @@
FROM python:3.8-buster
FROM python:3.9-buster
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
# COPY . .
COPY . .
# CMD [ "python", "./bot.py" ]
CMD [ "python", "./bot.py" ]