Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 276 Bytes

PHP Sample App using Built-in Webserver

Building

pack build php-webserver-sample --buildpack gcr.io/paketo-buildpacks/php

Running

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

Viewing

curl http://localhost:8080