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

moved everything from telegram over

This commit is contained in:
2021-08-04 23:14:51 -07:00
parent 78bacf3869
commit 4fe5547118
8 changed files with 1475 additions and 5 deletions

View File

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