FROM python:3 COPY . /app WORKDIR /app RUN pip install -r requirements.txt COPY CMD python ./src/consumer.py