FROM python:3 COPY . /dkebab/ RUN pip3 install -r /dkebab/requirements.txt CMD python3 /dkebab/kebab_worker/main.py