Skip to content

Commit

Permalink
Publish Metadata Files
Browse files Browse the repository at this point in the history
  • Loading branch information
spikecodes committed Oct 25, 2020
1 parent 9bd1b24 commit 4872d7b
Show file tree
Hide file tree
Showing 3 changed files with 765 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM rust:latest

WORKDIR /usr/src/libreddit
COPY . .

RUN cargo install --path .

CMD ["libreddit"]
Loading

0 comments on commit 4872d7b

Please sign in to comment.