FROM rust:1.31 WORKDIR /usr/src/user-svc RUN cargo build --release COPY ./target/release/user-svc-actix . CMD ["user-svc-actix"]