Update command to entrypoint in order to make passing arguments easier

This commit is contained in:
Vaibhav Bhembre 2016-01-07 13:44:31 -05:00
parent 40f8b71018
commit 4170fbbae4

View File

@ -21,4 +21,4 @@ RUN go get -d && \
go build -o /bin/ceph_exporter
EXPOSE 9190
CMD ["/bin/ceph_exporter"]
ENTRYPOINT ["/bin/ceph_exporter"]