FROM rust:latest RUN cargo install cargo-watch WORKDIR /usr/src/app EXPOSE 9552 CMD ["cargo-watch", "-x", "run"]