diff --git a/Nginx-S2I-Image/README.md b/Nginx-S2I-Image/README.md index 7e0f608..6644161 100644 --- a/Nginx-S2I-Image/README.md +++ b/Nginx-S2I-Image/README.md @@ -2,4 +2,5 @@ ```sh oc new-app nginx~https://github.com/nmasse-itix/OpenShift-Examples.git --context-dir=Nginx-S2I-Image --name hello-world -``` \ No newline at end of file +oc expose svc/hello-world +```