Files
fn-serverless/examples/hello/php/func.yaml
Travis Reeder 9cc12b4b12 Remove iron...
2017-05-18 18:59:34 +00: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