FROM rust:latest WORKDIR /usr/src/refractr COPY . . RUN cargo install --path . CMD ["refractr"]