FROM python:3.11.4-slim-buster WORKDIR /var/www/html/ COPY requirements.txt . RUN pip install -r requirements.txt