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