We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad5016 commit a994ebaCopy full SHA for a994eba
README.md
@@ -15,7 +15,7 @@ Deploy this tool on same server, where you are hosting your source code and enab
15
$ source bin/activate
16
$ python3 -m ensurepip --default-pip
17
$ pip3 install -r requirements.txt
18
- $ flask run
+ $ flask run --host=0.0.0.0
19
```
20
21
After running above commands you'll get a URL in output something like this.
0 commit comments