diff options
| -rw-r--r-- | Containerfile | 2 |
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"] |
