Skip to content

Example repo that demos the new copy-extra-paths feature in OpenFaaS

Notifications You must be signed in to change notification settings

LucasRoesler/copy-common-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copy Extra Paths Example

This example shows how to use the new copy-extra-paths feature in the faas-cli.

First, build the function

faas-cli build

You can then run the function locally using

docker run --rm -p 8080:8080 theaxer/echo-common:latest

Which you cant test using

$ curl http://localhost:8080 -d "the coolest"
openfaas

About

Example repo that demos the new copy-extra-paths feature in OpenFaaS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published