Skip to content

Files

Latest commit

Ryan MoranForest Eckhardt
Ryan Moran
and
Forest Eckhardt
Jun 18, 2020
95d07bd · Jun 18, 2020

History

History
13 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 255 Bytes

PHP Sample App using NGINX

Building

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

Running

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

Viewing

curl http://localhost:8080