mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Added hello-go example to make example image faster.
This commit is contained in:
6
examples/hello-go/Dockerfile
Normal file
6
examples/hello-go/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM iron/go
|
||||
|
||||
WORKDIR /function
|
||||
ADD hello .
|
||||
|
||||
ENTRYPOINT ["./hello"]
|
||||
Reference in New Issue
Block a user