femtopixel / docker-google-lighthouse

Google Lighthouse - Docker Image
https://brands.jaymoulin.me/femtopixel/docker-google-lighthouse
MIT License
70 stars 23 forks source link

The reports #3

Closed eghos closed 6 years ago

eghos commented 6 years ago

Hiya,

I am new to this. I run that command and I don't see any reports in there apart from the folder. Could you point me in the right direction?

jaymoulin commented 6 years ago

What command did you run? you should mount a volume to /home/chrome/reports to get your reports generated to the specified folder. /path/to/your/report must be a valid path where you want your reports generated

eghos commented 6 years ago

Hi Jaymoulin, thanks for getting back . Yes I ran the command and get the error message

Runtime error encountered: EACCES: permission denied, open '/home/chrome/reports/._2018-07-16_14-54-36.report.html' Error: EACCES: permission denied, open '/home/chrome/reports/._2018-07-16_14-54-36.report.html'.

Apparently there is permission issue inside the container.

Please help

eghos commented 6 years ago

Hi Jaymoulin ,

I found the answer here : https://hub.docker.com/r/femtopixel/google-lighthouse-puppeteer/

All good now. Thanks for your response.