From d887adccaed39110d20e8a2bc05dfe4df78f310f Mon Sep 17 00:00:00 2001 From: Ayan Barai <105867399+Thegeekcoder182@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:14:11 +0530 Subject: [PATCH] Updated port number Updated port number from 3000 to 4000 --- guestbook-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestbook-go/Dockerfile b/guestbook-go/Dockerfile index bf25e7db..6d3c8eca 100644 --- a/guestbook-go/Dockerfile +++ b/guestbook-go/Dockerfile @@ -27,4 +27,4 @@ COPY ./public/index.html public/index.html COPY ./public/script.js public/script.js COPY ./public/style.css public/style.css CMD ["/app/main"] -EXPOSE 3000 +EXPOSE 4000