Run on localhost
Closed this issue · 1 comments
AlonsoK28 commented
How I can install Chrome headless (like “try-puppeteer.appspot.com”) on my localhost to that others clients can access it in my LAN?
Exist some documents that explain this?.
ebidel commented
Run headless in a Docker container and expose a port over http. That's basically what https://github.com/ebidel/try-puppeteer/blob/master/backend/Dockerfile does.