created Dockerfile
This commit is contained in:
parent
25292039c2
commit
d6f0ecb7f1
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM debian:slim as final
|
||||||
|
WORKDIR /app
|
||||||
|
COPY ./target/release/bin ./bin
|
||||||
|
CMD ["/app/bin"]
|
Loading…
Reference in a new issue