Skip to content

Files

Latest commit

95d07bd · Jun 18, 2020

History

History
This branch is 3 commits ahead of, 520 commits behind paketo-buildpacks/samples:main.

webserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 18, 2020
Jun 18, 2020

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