From c431ae2b03f9eec73a14980aa54e61ce2662c0c5 Mon Sep 17 00:00:00 2001 From: KenHanok <149994899+KenHanok@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:44:40 +0300 Subject: [PATCH 1/2] Update app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 7bb99b8..3086d31 100644 --- a/app.py +++ b/app.py @@ -6,6 +6,7 @@ @app.route("/") def hello(): return "Flask inside Docker!!" + return "this is Ken Hanok Sunil." if __name__ == "__main__": From b6e4cdd03b22477fcb80d5a80ec4061bb994b83d Mon Sep 17 00:00:00 2001 From: KenHanok <149994899+KenHanok@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:17:07 +0300 Subject: [PATCH 2/2] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3086d31..bb2150a 100644 --- a/app.py +++ b/app.py @@ -6,7 +6,7 @@ @app.route("/") def hello(): return "Flask inside Docker!!" - return "this is Ken Hanok Sunil." + if __name__ == "__main__":