Files
ppr-ng/tests/e2e/Dockerfile
T
2026-06-20 10:43:08 -04:00

7 lines
194 B
Docker

FROM mcr.microsoft.com/playwright/python:v1.45.0-jammy
WORKDIR /workspace
COPY tests/e2e/requirements.txt /tmp/e2e-requirements.txt
RUN pip install --no-cache-dir -r /tmp/e2e-requirements.txt