X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world%2Fdocker-compose.yml;fp=test%2Fservicestub%2Fdocker-compose.yml;h=4c2ac67384cbadbcf39df04233fa43f74baec3f4;hb=dafdbe531634823882261f2ce8c9cf334b579b52;hp=b137ec160c68e41ce8464e3cf6f48af5db0c3e3f;hpb=53ebb953e0e18e695fd0e807c2f1282ef54ceeee;p=nonrtric.git diff --git a/test/servicestub/docker-compose.yml b/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 b137ec16..4c2ac673 100644 --- a/test/servicestub/docker-compose.yml +++ b/sample-services/hello-world/docker-compose.yml @@ -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