mirror of
https://github.com/house-of-vanity/doka2_info_bot.git
synced 2025-07-06 08:34:08 +00:00
6 lines
153 B
Docker
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
|