FROM python:3.8-slim WORKDIR /usr/src/app COPY . . RUN pip install -r ./deploy/requirements_pg.txt CMD ["python", "consumer.py"]