This commit is contained in:
AB
2019-09-06 22:52:28 +03:00
commit 937d38de5c
8 changed files with 632 additions and 0 deletions

5
Dockerfile Normal file
View File

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