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