dockerize

This commit is contained in:
Guilhem Saurel 2019-02-11 01:29:55 +01:00
parent 9443fed29e
commit 5139c2d612
3 changed files with 30 additions and 1 deletions

10
Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM python:3.7-alpine
EXPOSE 4785
RUN pip3 install --no-cache-dir \
matrix-client
ADD main.py /
CMD /main.py