This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues or pull requests.
clessy/Dockerfile.stats

8 lines
133 B
Docker
Raw Normal View History

FROM golang:alpine
RUN apk add git
RUN go get -u git.fromouter.space/crunchy-rocks/clessy/stats
2019-05-27 12:39:47 +00:00
ENTRYPOINT [ "stats" ]
EXPOSE 2112