mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.04k stars 794 forks source link

Run container with Flask #935

Closed RodrigoBLima closed 4 years ago

RodrigoBLima commented 4 years ago

Hello guys i try run my container with :

docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -e FLASK_APP='webapi.py' -v $(pwd):/app webwhatsapi /bin/bash -c "pip install ./;pip list;flask run"

i recieve: /bin/bash: flask: command not found

what is the correct way for the run the api flask?