Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 285 Bytes

Python sample app using no package manager

Building

pack build no-package-manager-sample --buildpack paketo-buildpacks/python

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 no-package-manager-sample

Viewing

curl http://localhost:8080