You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
2 years ago
|
FROM golang:bullseye
|
||
4 years ago
|
|
||
2 years ago
|
# Install exporter from Golang source
|
||
|
RUN go install github.com/cirocosta/monero-exporter/cmd/monero-exporter@master
|
||
4 years ago
|
|
||
1 year ago
|
ENTRYPOINT [ "monero-exporter" ]
|