mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-03-25 04:18:35 +00:00
Update command to entrypoint in order to make passing arguments easier
This commit is contained in:
parent
40f8b71018
commit
4170fbbae4
@ -21,4 +21,4 @@ RUN go get -d && \
|
||||
go build -o /bin/ceph_exporter
|
||||
|
||||
EXPOSE 9190
|
||||
CMD ["/bin/ceph_exporter"]
|
||||
ENTRYPOINT ["/bin/ceph_exporter"]
|
||||
|
Loading…
Reference in New Issue
Block a user