Files
doka2_info_bot/Dockerfile

7 lines
154 B
Docker
Raw Normal View History

2019-09-06 22:52:28 +03:00
FROM python:3.7.4-stretch
WORKDIR /doka2_bot
COPY . /doka2_bot
RUN pip install -r requirements.txt
2019-12-14 20:14:32 +03:00
RUN python3 dota_news.py
2019-09-06 22:52:28 +03:00
CMD python3 /doka2_bot/app.py