Skip to content

Files

Latest commit

3772995 · Sep 7, 2021

History

History
13 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 263 Bytes

Python sample app using pip package manager

Building

pack build pip-sample --buildpack gcr.io/paketo-buildpacks/python

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 pip-sample

Viewing

curl http://localhost:8080