FROM rust:1.75.0 WORKDIR /usr/src/chaospott-status COPY . . RUN cargo install --path . EXPOSE 3000 CMD ["chaospott-status"]