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
1 changed files with 3 additions and 1 deletions

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