diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..43523c5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM rust:slim + +WORKDIR /usr/src/justone +COPY . . + +RUN cargo install --path . + +CMD ["justone"] \ No newline at end of file