{{ name }}
-{{ description }}
--
-
- Backed by Flask and Gunicorn -
- Container listens on port 8080 -
- Health check is available at
/health
-
diff --git a/app.py b/app.py index d679f82..e9166f5 100644 --- a/app.py +++ b/app.py @@ -13,7 +13,7 @@ def index(): return render_template( "index.html", name="sethtest", - description="Seth doing stuff", + description="Warp drive engaged", ) diff --git a/templates/index.html b/templates/index.html index 4aad4ab..22a30c4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,50 +3,188 @@
-{{ description }}
-/health