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

moved files for telegram bot into thier own folder

This commit is contained in:
2019-02-05 17:02:43 -07:00
parent 3764f5f2a6
commit b3d83a72b4
5 changed files with 2 additions and 2 deletions

View File

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