1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-22 22:21:33 +00:00

update dockerfile for new filenames

This commit is contained in:
2019-05-10 00:24:09 -07:00
parent 1f474dca46
commit 369f6d9efa

View File

@@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./stockBot.py" ]
CMD [ "python", "./bot.py" ]