Skip to content

Latest commit

 

History

History

httpd-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HTTPD Server Sample Application

Building

pack build my-httpd-app --buildpack paketo-buildpacks/httpd --builder paketobuildpacks/builder-jammy-full:latest

Running

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

Viewing

curl -s localhost:8080