This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[rust] Fix Gotham (
#8560
)
Joan Miquel
1 year ago
parent
9269b712a3
commit
423e328d83
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
frameworks/Rust/gotham/gotham.dockerfile
+ 1
- 1
frameworks/Rust/gotham/gotham.dockerfile
View File
@@ -1,4 +1,4 @@
-FROM rust:1.6
0
+FROM rust:1.6
5
WORKDIR /gotham
WORKDIR /gotham
COPY ./src ./src
COPY ./src ./src