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