index
:
53hornet/learning-rust
master
Exercises from the Rust Book and Manning Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meap
/
meap-code
/
ch6
/
ch6-particles
/
Dockerfile
blob: 3850076cc3cee6d6d89cd351c53b48984fbd693d (
plain
) (
blame
)
1
2
3
4
5
6
7
FROM rust:1.23.0 WORKDIR /opt/particles COPY . . RUN cargo install CMD ["particles"]