mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03: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"] |