2025-01-13 00:50:22 +00:00
|
|
|
FROM gtstef/playwright-base
|
2024-08-24 22:02:33 +00:00
|
|
|
WORKDIR /app
|
2025-01-13 00:50:22 +00:00
|
|
|
COPY [ "./backend/filebrowser*", "./"]
|
|
|
|
COPY [ "./frontend/", "./" ]
|
|
|
|
RUN ./filebrowser -c filebrowser-playwright.yaml & sleep 2 && npx playwright test
|