We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b47f66 commit 75e61d3Copy full SHA for 75e61d3
README.md
@@ -13,8 +13,8 @@ $ oc new-project example-php-dockerfile-helloworld
13
14
#### Create Application and expose Service
15
```
16
-$ oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-example
+$ oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex
17
18
-$ oc expose service appuio-php-docker-example
+$ oc expose service appuio-php-docker-ex
19
20
0 commit comments