Commit d3b702a1 by Benedikt Ritter

Fix errors in sample usage section

parent 04c29695
......@@ -11,8 +11,8 @@ This image is heavily inspired by the awesome [openshift/sti-ruby](https://githu
To build a simple springboot-sample-app application using standalone S2I and then run the resulting image with Docker execute:
```
$ s2i build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos spring-sample-app
$ docker run -p 8080:8080 spring-boot-app
$ s2i build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos springboot-sample-app
$ docker run -p 8080:8080 springboot-sample-app
```
**Accessing the application:**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment