mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
more tutorial
This commit is contained in:
5
examples/tutorial/hello/php/func.yaml
Normal file
5
examples/tutorial/hello/php/func.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: USERNAME/hello
|
||||
version: 0.0.1
|
||||
path: /hello
|
||||
build:
|
||||
- docker run --rm -v "$PWD":/worker -w /worker funcy/php:dev composer install
|
||||
Reference in New Issue
Block a user