mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Needed due to CLI updates. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
154 B
YAML
10 lines
154 B
YAML
provider:
|
|
name: openfaas
|
|
gateway: http://127.0.0.1:8080
|
|
|
|
functions:
|
|
helloc:
|
|
lang: Dockerfile
|
|
handler: ./src
|
|
image: alexellis/helloc:0.1
|