Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

Building

Import template into project

oc new project dotnet-demo
oc create -f templates/aspnet-s2i-template.json

Build app

oc new-app --template=aspnet-s2i -p GIT_URI=https://github.com/adfinis-sygroup/ose-dotnet-mssql-example