Added Ruby support to fnctl init. (#286)

This commit is contained in:
Travis Reeder
2016-11-15 06:39:20 -08:00
committed by C Cirello
parent 14a5ecd6b9
commit 299422cf7d
38 changed files with 129 additions and 344 deletions

View File

@@ -1,4 +0,0 @@
FROM iron/go
WORKDIR /function
ADD . /function/
ENTRYPOINT ["./func"]

View File

@@ -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.

View File

@@ -1,4 +0,0 @@
name: treeder/hello4
version: 0.0.1
runtime: go
entrypoint: ./func