a large portion of the readme refers to s2i, that should be removed and replaced with build config stuff... Specifically how to use build config instead of s2i ``` oc new-build --strategy docker --binary --docker-image node:10 --name myapp oc start-build myapp --from-dir . --follow ```
a large portion of the readme refers to s2i, that should be removed and replaced with build config stuff...
Specifically how to use build config instead of s2i