I'm also facing similar issue where Allure results are not showing up in the allure-results folder inside my Docker container. I've set the -Dallure.results.directory=/app/allure-results property in the ENTRYPOINT command of my Dockerfile, but the folder remains empty after running the tests.
I've already tried mounting the allure-results folder as a volume to persist the results outside the container, but it doesn't seem to capture anything. Any help would be greatly appreciated.
P.S: I cannot go with the Allure Docker service container for this setup.