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

removed testing code

This commit is contained in:
2019-06-09 12:10:36 -07:00
parent 76d403a4d1
commit 0c4d2f8af7
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
FROM python:3.6-slim
FROM python:3.7-slim
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./stockBot.py" ]
CMD [ "python", "./bot.py" ]