quiet-stroll 0.3.9

A web server to deliver basic File System informations
1
2
3
4
FROM rust:latest
RUN cargo install --git https://github.com/doubleailes/quiet-stroll.git
COPY Rocket.toml ./
CMD ["quiet-stroll"]