This website requires JavaScript.
Explore
Help
Register
Sign In
knative
/
docs
mirror of
https://github.com/knative/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51e9616c85
docs
/
community
/
samples
/
serving
/
helloworld-shell
/
Dockerfile
11 lines
103 B
Docker
Raw
Blame
History
FROM
golang:1.11
WORKDIR
/go/src/invoke
COPY
invoke.go .
RUN
go install -v
COPY
. .
CMD
[
"invoke"
]
Reference in New Issue
View Git Blame
Copy Permalink