FROM python:3.11-bookworm RUN pip install -r requirements.txt COPY app.py /app.py ENTRYPOINT python /app.py