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 611c2d9 commit 50b7a4dCopy full SHA for 50b7a4d
flask/app/main.py
@@ -3,7 +3,8 @@
3
4
@app.route("/")
5
def hello():
6
- return "Hello World from Flask (default)"
+ return "Hello World from Flask in a uWSGI Nginx Docker container with \
7
+ Python 2.7 (default)"
8
9
if __name__ == "__main__":
10
app.run(host='0.0.0.0', debug=True, port=80)
0 commit comments