X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker-build-start.sh;h=1baf2c01e66b496478647658bef379ef527e047e;hb=64755e08adfe535b5a52f6164f5ef8f0d5432323;hp=e4a2edec698a712c0de5ac1feb30bfe1b4b21e12;hpb=dafdbe531634823882261f2ce8c9cf334b579b52;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh index e4a2edec..1baf2c01 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker-build-start.sh @@ -21,15 +21,8 @@ # NAME="hello-world-sme-invoker" -IMAGE_NAME="nonrtric-sample-helloworld-sme-invoker" +IMAGE_NAME="o-ran-sc/nonrtric-sample-helloworld-sme-invoker" docker build -t $IMAGE_NAME:latest . docker run --rm -d -p 8080:8080 --name $NAME $IMAGE_NAME - -sleep 10 - -echo "Make an HTTP request to the Hello World Sme Invoker endpoint and display the response" -response=$(curl -s http://localhost:8080/helloworld/v1/sme) -echo "Response from the /helloworld/v1/sme endpoint: " -echo "$response"