Files
doka2_info_bot/Dockerfile
House of Vanity 5ec2e64ecf Update Dockerfile
2019-12-14 23:18:30 +03:00

6 lines
153 B
Docker

FROM python:3.7.4-stretch
WORKDIR /doka2_bot
COPY . /doka2_bot
RUN pip install -r requirements.txt
CMD python3 dota_news.py && python3 /doka2_bot/app.py