Skip to content

Commit a7c2d6c

Browse files
committed
Update Dockerfile
1 parent 0ed2145 commit a7c2d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM rust:latest
22

3+
WORKDIR /app
4+
35
COPY ./ ./
46

57
RUN cargo build

0 commit comments

Comments
 (0)