Skip to content
Snippets Groups Projects
Commit 8f11a37a authored by Benedikt's avatar Benedikt
Browse files

Correct sample app repository URL and name

parent 2fcb1030
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment