mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Added Ruby support to fnctl init. (#286)
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
FROM iron/go
|
||||
WORKDIR /function
|
||||
ADD . /function/
|
||||
ENTRYPOINT ["./func"]
|
||||
@@ -20,3 +20,8 @@ Now you can call your function on IronFunctions:
|
||||
```sh
|
||||
curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://localhost:8080/r/myapp/hello
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
Be sure you're dependencies are in the `vendor/` directory and that's it.
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: treeder/hello4
|
||||
version: 0.0.1
|
||||
runtime: go
|
||||
entrypoint: ./func
|
||||
Reference in New Issue
Block a user