open-wa / wa-automate-python

💬 🤖 The most advanced Python whatsapp library for chatbots with advanced features. Be sure to ⭐ this repository for updates!
Other
330 stars 71 forks source link

Add --popup in docker file #73

Closed manojsitapara closed 2 years ago

manojsitapara commented 2 years ago

To display QR code on browser, it required to run following docker command

docker run -e PORT=8080 -p 8080:8080 openwa/wa-automate:latest --popup

it is better we can specify --popup in the docker file, so user need not to specify it explicitly

Reference issue: https://github.com/open-wa/wa-automate-nodejs/issues/1866

darkash commented 2 years ago

I don't think the dockerfile in this repo had any line which specifies to run the app, it just stops at the installation of the lib (never tried it though)

are you perhaps posting in wrong repo? I assume you wanna post it on wa-automate-docker CMIIW

manojsitapara commented 2 years ago

Ohh yes my bad !!