mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-25 00:06:11 +00:00
8 lines
No EOL
100 B
Docker
8 lines
No EOL
100 B
Docker
FROM rust:latest
|
|
|
|
WORKDIR /usr/src/libreddit
|
|
COPY . .
|
|
|
|
RUN cargo install --path .
|
|
|
|
CMD ["libreddit"] |