Skip to content

Instantly share code, notes, and snippets.

@hodrigohamalho
Created November 17, 2017 17:04
Show Gist options
  • Select an option

  • Save hodrigohamalho/054148c457ff87b114f8753144fd40ad to your computer and use it in GitHub Desktop.

Select an option

Save hodrigohamalho/054148c457ff87b114f8753144fd40ad to your computer and use it in GitHub Desktop.
Openshift - Dockerfile build
oc new-build --binary --name=my-app
oc start-build my-app --from-dir=. --follow
oc new-app my-app
oc expose service my-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment