quiet-stroll 1.1.3

A web server to deliver basic File System informations
Documentation
1
2
3
4
5
FROM rust:latest
RUN cargo install --git https://github.com/doubleailes/quiet-stroll.git
COPY Rocket.toml ./
HEALTHCHECK --timeout=2s --retries=3 CMD curl --fail http://localhost || exit 1
CMD ["quiet-stroll"]