Files
fn-serverless/examples/hello/go/Dockerfile
Travis Reeder 3357476583 Updates to fnctl to make UX better (#272)
* See the hello/go README for how this all works now.

* Node support for fnctl auto build

* Updated based on PR comments.
2016-11-14 10:10:29 -08:00

5 lines
70 B
Docker

FROM iron/go
WORKDIR /function
ADD . /function/
ENTRYPOINT ["./func"]