Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 464 Bytes

README.adoc

File metadata and controls

19 lines (15 loc) · 464 Bytes

OSSM Lab Guides

Local development

podman build -t localhost/ossm-labs-guides .
podman run --rm -d -p 4000:8080 localhost/ossm-labs-guides

Deploy to OpenShift

oc new-app https://github.com/redhat-gpte-devopsautomation/ossm-labs-guides.git --strategy=docker
 oc create route edge ossm-labs-guides --service=ossm-labs-guides
# To rebuild after changes pushed to git
oc start-build ossm-labs-guides --follow