From 8a30281eff35623d1a68642e4d94c814d1b47a0c Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Wed, 15 Nov 2023 09:53:12 -0500 Subject: expose ports on host and ocntainer --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4c34116..d815ed7 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,6 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o /opt/newsstand src/main.go -EXPOSE 8080 +EXPOSE 8080 8080 CMD ["/opt/newsstand"] -- cgit v1.2.3