aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
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"]