This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
programming-challenges
Watch
1
Star
1
Fork
0
You've already forked programming-challenges
mirror of
https://github.com/theoludwig/programming-challenges.git
synced
2024-11-09 22:08:58 +01:00
Code
Issues
Releases
Activity
b70ff28313
programming-challenges
/
templates
/
docker
/
rust
/
Dockerfile
5 lines
69 B
Docker
Raw
Normal View
History
Unescape
Escape
fix(cli): changes to `templates/docker`, should run all affected tests
2021-11-09 16:45:42 +01:00
FROM
rust:1.56.1
feat: rewrite programming-challenges CLI (#3)
2021-06-09 20:31:45 +02:00
COPY
./ ./
RUN
rustc solution.rs
CMD
[
"./solution"
]
Reference in New Issue
Copy Permalink