FROM rust:1.90 WORKDIR /usr/src/image-placeholder-generator COPY . . RUN cargo install --path . CMD ["image-placeholder-generator"]