1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

update dockerfile for new filenames

This commit is contained in:
Anson 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" ]