mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
6 lines
134 B
YAML
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
|