Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 313 Bytes

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