FROM python:3.12.7-slim-bookworm WORKDIR /var/www/html COPY requirements.txt /tmp RUN pip install -r /tmp/requirements.txt CMD python proxy.py