Closed RodrigoBLima closed 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?
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?