Initial import

This commit is contained in:
2022-06-08 15:51:29 +01:00
commit 903229cccb
12 changed files with 436 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM python:3.8-alpine
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
ENTRYPOINT python smsbot.py