|
|
|
|
|
by robk
3036 days ago
|
|
Puppeteer seems needlessly difficult to use on a VPS. I'd prefer an easily dockerized version but there seems to be nothing robust and they make it VERY hard to connect to a docker instance just running Chrome for the websocket/9222 interface sadly. |
|
Let me quickly add instructions here, first you need to install some dependancies, add the following to dockerfile:
Secondly, launch puppeteer with --no-sandbox option: That should do it.