We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed2145 commit a7c2d6cCopy full SHA for a7c2d6c
Dockerfile
@@ -1,5 +1,7 @@
1
FROM rust:latest
2
3
+WORKDIR /app
4
+
5
COPY ./ ./
6
7
RUN cargo build
0 commit comments