Files
fn-serverless/examples/tutorial/hello/php/func.yaml
Chad Arimura f97ac83255 more tutorial
2017-05-25 14:31:22 -07:00

6 lines
134 B
YAML

name: USERNAME/hello
version: 0.0.1
path: /hello
build:
- docker run --rm -v "$PWD":/worker -w /worker funcy/php:dev composer install