Hello World SME Invoker Service
[nonrtric.git] / sample-services / hello-world / docker-compose.yml
similarity index 93%
rename from test/servicestub/docker-compose.yml
rename to sample-services/hello-world/docker-compose.yml
index b137ec1..4c2ac67 100644 (file)
@@ -23,7 +23,7 @@ version: "3.0"
 services:
   hello-world:
     build: 
-      context: ./
+      context: ../../sample-services/hello-world
       dockerfile: Dockerfile
     ports:
       - 8080:8080
\ No newline at end of file