FROM gtstef/playwright-base WORKDIR /app/frontend COPY [ "./frontend/", "./" ] WORKDIR /app/backend/ COPY [ "./backend/filebrowser*", "./"] RUN ./filebrowser -c filebrowser-playwright.yaml & sleep 2 && cd ../frontend && npx playwright test