Skip to content

Latest commit

 

History

History

nginx-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NGINX Server Sample Application

Building

pack build my-nginx-app --buildpack paketo-buildpacks/nginx

Running

docker run --tty --env PORT=8080 --publish 8080:8080 my-nginx-app

Viewing

curl -s localhost:8080