Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 259 Bytes

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