FROM python:3 COPY . /kebabc/ RUN pip3 install -r /kebabc/requirements.txt WORKDIR /kebabc CMD gunicorn -b 0.0.0.0 app:app