Commit 8f11a37a by Benedikt

Correct sample app repository URL and name

parent 2fcb1030
......@@ -6,9 +6,9 @@ To use it, install STI: https://github.com/openshift/source-to-image
Sample invocation:
sti build git://github.com/codecentric/spring-boot-sample codecentric/springboot-maven3-centos springboot-app
sti build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos springboot-sample-app
You can then run the resulting image via:
docker run -p 8080:8080 springboot-app
docker run -p 8080:8080 springboot-sample-app
EOF
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