mirror of https://github.com/ceph/go-ceph
dockerfile: use exec form for entrypoint script
Using the exec form will allow us to pass arguments to the container/entrypoint in the future. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
1bc4d888b8
commit
ac1d6a6554
|
@ -30,4 +30,4 @@ VOLUME /go/src/github.com/ceph/go-ceph
|
|||
|
||||
COPY micro-osd.sh /
|
||||
COPY entrypoint.sh /
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in New Issue