diff --git a/Dockerfile.stats b/Dockerfile.stats index fd2ffbe..3264884 100644 --- a/Dockerfile.stats +++ b/Dockerfile.stats @@ -3,4 +3,6 @@ FROM golang:alpine RUN apk add git RUN go get -u git.fromouter.space/crunchy-rocks/clessy/stats -ENTRYPOINT [ "stats" ] \ No newline at end of file +ENTRYPOINT [ "stats" ] + +EXPOSE 2112 \ No newline at end of file