apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
26 stars 18 forks source link

Crawlee playwright template does not support running headful #95

Closed petrpatek closed 2 years ago

petrpatek commented 2 years ago

The template does not run the xvfb command before running the node script. In the dockerfile there should be something like this: CMD ./start_xvfb_and_run_cmd.sh && npm run start:prod.