Publish Metadata Files

This commit is contained in:
spikecodes 2020-10-25 13:48:44 -07:00
parent 9bd1b247bd
commit 4872d7b986
3 changed files with 765 additions and 0 deletions

8
Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM rust:latest
WORKDIR /usr/src/libreddit
COPY . .
RUN cargo install --path .
CMD ["libreddit"]