You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/11/15 18:18:34 UTC

[pinot] branch master updated: set default Dockerfile CMD to -help (#7767)

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 <wa...@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-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org