Dockerfile generated via maven
Added creation of the Dockerfile inside the pom.xml
Change-Id: I8d8b8e33aa1aaa33f20b8480c6831c5f00948be7
Issue-ID: DMAAP-828
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
diff --git a/misc/dmaapbc b/misc/dmaapbc
index 0ade56b..cef472e 100644
--- a/misc/dmaapbc
+++ b/misc/dmaapbc
@@ -168,7 +168,7 @@
while [ $rc != "200" ]
do
sleep 10
- rc=`curl -s -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap`
+ rc=`curl -s -o /dev/null -I -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap`
echo "get dmaap response=${rc}"
done