Dockerfile
This commit is contained in:
parent
dded5403d1
commit
6a41d9c956
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
target
|
||||||
|
.git
|
||||||
|
.dockerignore
|
||||||
|
.gitignore
|
||||||
|
Dockerfile
|
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
FROM rust:1.76
|
||||||
|
COPY . .
|
||||||
|
RUN cargo build --release
|
||||||
|
CMD ["cargo", "run", "--release"]
|
Loading…
Reference in New Issue
Block a user