Initial commit

This commit is contained in:
Five Boroughs
2019-12-13 00:40:35 +01:00
parent 7a24d1a659
commit 8ddfc911fb
7 changed files with 169 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM python:3
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
ENTRYPOINT python Twilio2Telegram.py