diff --git a/app.py b/app.py index c0f3d87d8a..52ea4226ea 100644 --- a/app.py +++ b/app.py @@ -11,4 +11,4 @@ def hello(): port = os.environ.get('FLASK_PORT') or 8080 port = int(port) - app.run(port=port,host='0.0.0.0') \ No newline at end of file + app.run(port=port,host='0.0.0.0') diff --git a/df.yaml b/df.yaml new file mode 100644 index 0000000000..84c82a55d0 --- /dev/null +++ b/df.yaml @@ -0,0 +1,9 @@ +{ +"spec": { + "containers": [ + { + "image": "no image" + } + ] +} +} diff --git a/requirements.txt b/requirements.txt index c97a5aa7b1..a993b8dff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Flask==2.1.0 \ No newline at end of file +Flask==3.0.3 \ No newline at end of file