mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* See the hello/go README for how this all works now. * Node support for fnctl auto build * Updated based on PR comments.
5 lines
70 B
Docker
5 lines
70 B
Docker
FROM iron/go
|
|
WORKDIR /function
|
|
ADD . /function/
|
|
ENTRYPOINT ["./func"]
|