From 6d75a90e4ee9e7367086223264da5fdf4855806b Mon Sep 17 00:00:00 2001 From: Muteeb Akram Date: Sun, 27 Dec 2020 17:38:47 +0530 Subject: [PATCH] This is test for docker cloud test to fail --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index fcff695..a41dc64 100644 --- a/src/app.py +++ b/src/app.py @@ -4,7 +4,7 @@ @app.route('/') def get(): - return "Hello from Flask and Docker Cloud" + return "Running from Flask and Docker Cloud" if __name__ == "__main__": app.run(host="0.0.0.0", port=80) \ No newline at end of file