mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
10 lines
146 B
YAML
10 lines
146 B
YAML
provider:
|
|
name: faas
|
|
gateway: http://localhost:8080
|
|
|
|
functions:
|
|
helloc:
|
|
lang: Dockerfile
|
|
handler: ./src
|
|
image: alexellis/helloc
|