Skip to content

Latest commit

 

History

History
 
 

pipenv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python sample app using pipenv package manager

Building

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

Running

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

Viewing

curl http://localhost:8080