FROM python:3.11-slim COPY requirements.txt . RUN pip install -r requirements.txt RUN playwright install chromium RUN playwright install-deps