Closed dmoimpact closed 4 years ago
Maintaining an application (answering questions, fixing bugs, adding new features...) is a hard and time consuming process. If you find this product useful and all the effort I put crafting this, I strongly encourage you to donation to help me being able to continue maintaining this and creating other great things on those platforms .
You forgot to fulfill the issue template which helps me to help you with mandatory parameters (such as version number).
This image purpose is to automate lighthouse reports and should be executed on your CI/CD.
I don't know how GCP steps works but I can precise that you have to mount a volume where you want your reports to be exported to /home/chrome/reports
in your docker container (https://github.com/femtopixel/docker-google-lighthouse#usage). You also have to take care that this folder must have the Other write access (https://github.com/femtopixel/docker-google-lighthouse#faq).
Hi Jay, thanks for the reply. We ended up building a module for the cli that can handle the requests in a serverless environment, however it is truely great work you have done here :)
Description
I am trying to run this docker container into a serverless environment on Google Cloud, using Cloud build. In the final step I want to export json file to a cloud bucket - I have tried several options. Latest I've tried copying the full folder in order to see if I could spot where the file gets exported. I do however get acess denied.
Command line I used to start the container YALM SETUP:
Describe the results you received: Error: EACCES: permission denied, open './google.json' Runtime error encountered: EACCES: permission denied, open './google.json
Describe the results you expected: Expected the file to be found on the next buildstep of my build so it can be exported.