Merge "Change the command line from CMD to ENTRYPOINT"
authortang peng <tang.peng5@zte.com.cn>
Sun, 27 Aug 2017 11:54:01 +0000 (11:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 27 Aug 2017 11:54:01 +0000 (11:54 +0000)
dmaap-dsa-standalone/src/main/assembly/Dockerfile

index f0325da..77b1795 100644 (file)
@@ -37,6 +37,6 @@ ADD holmes-dsa-standalone-*-linux64.tar.gz /home/holmes/
 RUN chmod 755 /home/holmes/bin/*.sh
 
 
-CMD /home/holmes/bin/run.sh
+ENTRYPOINT /home/holmes/bin/run.sh