diff --git a/Dockerfile b/Dockerfile index a1402d6..9b46155 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 80 # run the application CMD ["python", "/usr/src/app/app.py"] diff --git a/templates/index.html b/templates/index.html index f928c83..06760ad 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

Welcome to Information Tech Consultants.

Naga and Peter Working as a DevOps Engineers


-

Thank you!!

+

Testing server