Initial commit

This commit is contained in:
2020-09-24 15:59:48 +02:00
commit 88eb6129e0
5 changed files with 3020 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:3
COPY . /dkebab/
RUN pip3 install -r /dkebab/requirements.txt
CMD python3 /dkebab/kebab_worker/main.py