Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 270 Bytes

File metadata and controls

17 lines (13 loc) · 270 Bytes

To Build

pack build pf-test --buildpack paketo-buildpacks/python

To Run

docker run --rm -it --publish 5000:5000 pf-test
curl -v localhost:5000/hello

To Run Unit Tests

docker run -it --entrypoint /cnb/process/unit pf-test