Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (5 loc) · 150 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 150 Bytes

make

Then in your function project:

s2i build . openshift-cloud-functions/s2i-ocf-nodejs:latest myfunc

Then

docker run -p8080:8080 myfunc