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

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