I am trying to use your image as a starting point for my server.js script that needs to go to a website, pass some events to it and then take some screenshots.
I tried making this from node:20 but unfortunately I never managed to make browser launch, no matter what I try.
Then I found your repository and I wanted to start from your image, but I can't make it run on Google Cloud Run. It has different errors but most presisting one is "sudo" being used, which is not permitted.
Please help with more explanation on how to use your image as a boilerplate for my project. Thanks!
Hello there Andrew,
I am trying to use your image as a starting point for my server.js script that needs to go to a website, pass some events to it and then take some screenshots.
I tried making this from node:20 but unfortunately I never managed to make browser launch, no matter what I try.
Then I found your repository and I wanted to start from your image, but I can't make it run on Google Cloud Run. It has different errors but most presisting one is "sudo" being used, which is not permitted.
Please help with more explanation on how to use your image as a boilerplate for my project. Thanks!