This commit is contained in:
10
Dockerfile.test
Normal file
10
Dockerfile.test
Normal file
@@ -0,0 +1,10 @@
|
||||
# Use the official Rust image as the base
|
||||
FROM rust:latest
|
||||
|
||||
WORKDIR /tester
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN cargo fetch
|
||||
|
||||
CMD ["cargo", "test"]
|
||||
Reference in New Issue
Block a user