From 524a07a2ab98b2d6b6f500491e115c3847f06253 Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 10:51:34 +0100 Subject: [PATCH 1/5] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1402d6..c7a7143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY app.py /usr/src/app/ COPY templates/index.html /usr/src/app/templates/ # tell the port number the container should expose -EXPOSE 5000 +EXPOSE 5001 # run the application CMD ["python", "/usr/src/app/app.py"] From f82c07a1e2893987679c6c82343b5efb571e4cfc Mon Sep 17 00:00:00 2001 From: sireeshanaga <141055480+sireeshanaga@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:00:00 +0100 Subject: [PATCH 2/5] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index f928c83..8576035 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@