This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 05b74b4 set default Dockerfile CMD to -help (#7767) 05b74b4 is described below commit 05b74b4ed52c5804b55a2af51199d678a8648de6 Author: Rong Rong <walterddr.walter...@gmail.com> AuthorDate: Mon Nov 15 10:18:10 2021 -0800 set default Dockerfile CMD to -help (#7767) Co-authored-by: Rong Rong <ro...@startree.ai> --- docker/images/pinot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/pinot/Dockerfile b/docker/images/pinot/Dockerfile index cf293ae..ce54bbd 100644 --- a/docker/images/pinot/Dockerfile +++ b/docker/images/pinot/Dockerfile @@ -84,4 +84,4 @@ WORKDIR ${PINOT_HOME} ENTRYPOINT ["./bin/pinot-admin.sh"] -CMD ["run"] +CMD ["-help"] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org