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:
@@ -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" ]
|
Reference in New Issue
Block a user