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
ab11b92622
docs
/
serving
/
samples
/
helloworld-rust
/
Dockerfile
10 lines
98 B
Docker
Raw
Blame
History
FROM
rust:1.27.0
WORKDIR
/usr/src/app
COPY
. .
RUN
cargo install
EXPOSE
8080
CMD
[
"hellorust"
]
Reference in New Issue
View Git Blame
Copy Permalink