FROM mcr.microsoft.com/playwright/python:v1.55.0-jammy WORKDIR /shots RUN pip install --no-cache-dir playwright==1.55.0 COPY scripts/screenshots.py ./ CMD ["python", "screenshots.py"]