Add Ci procedure

This commit is contained in:
Alexandr Bogomyakov
2018-09-26 18:24:55 +03:00
parent 4d463182aa
commit 0dcb2d6f9b
3 changed files with 19 additions and 5 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y python3 python3-pip && \
pip3 install python-telegram-bot && \
pip3 install requests && \
pip3 install beautifulsoup4 && \
WORKDIR /usr/share/fesmoo_perdoliq
COPY ./*py /usr/share/fesmoo_perdoliq/
CMD python3 baraban.py