This commit is contained in:
AB
2019-12-14 20:14:32 +03:00
parent 56ce493d27
commit 650b94190c

View File

@ -2,4 +2,5 @@ FROM python:3.7.4-stretch
WORKDIR /doka2_bot
COPY . /doka2_bot
RUN pip install -r requirements.txt
RUN python3 dota_news.py
CMD python3 /doka2_bot/app.py