mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Publish Metadata Files
This commit is contained in:
parent
9bd1b247bd
commit
4872d7b986
3 changed files with 765 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM rust:latest
|
||||
|
||||
WORKDIR /usr/src/libreddit
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
|
||||
CMD ["libreddit"]
|
Loading…
Add table
Add a link
Reference in a new issue