Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 97e417b

Browse files
committed
adjust base python app
1 parent 614dd58 commit 97e417b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python2.7/app/main.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
@app.route("/")
66
def hello():
7-
return "Hello World from Python 2.7 via Flask in Docker container with \
8-
uWSGI, Nginx and MS Sql ODBC Driver"
9-
7+
return "Hello World from Python 2.7 Flask App in Docker container with \
8+
MS SQL Driver, uWSGI and Nginx"
109

1110
if __name__ == "__main__":
1211
app.run(host='0.0.0.0', debug=True, port=80)

0 commit comments

Comments
 (0)