Add exposed port to docker file
This commit is contained in:
parent
34171a69d5
commit
7bb242e9e7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Reference in a new issue