mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 04:59:15 +00:00
Merge pull request #391 from codigoencasa/fix/wweb-docker
Fix/wweb docker
This commit is contained in:
@@ -24,6 +24,7 @@ class WebWhatsappProvider extends ProviderClass {
|
|||||||
super()
|
super()
|
||||||
this.vendor = new Client({
|
this.vendor = new Client({
|
||||||
authStrategy: new LocalAuth(),
|
authStrategy: new LocalAuth(),
|
||||||
|
puppeteer: { headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox', '--unhandled-rejections=strict'] }
|
||||||
})
|
})
|
||||||
|
|
||||||
const listEvents = this.busEvents()
|
const listEvents = this.busEvents()
|
||||||
|
|||||||
Reference in New Issue
Block a user