Add exposed port to docker file

This commit is contained in:
Hamcha 2019-05-27 14:39:47 +02:00
parent 34171a69d5
commit 7bb242e9e7
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -3,4 +3,6 @@ FROM golang:alpine
RUN apk add git
RUN go get -u git.fromouter.space/crunchy-rocks/clessy/stats
ENTRYPOINT [ "stats" ]
ENTRYPOINT [ "stats" ]
EXPOSE 2112