FROM python:slim-bullseye ADD . /app/ WORKDIR /app RUN pip install -r requirements.txt