1 2 3 4 5 6 7 8
FROM rust:1.91.1 AS v_name_generator WORKDIR /app COPY . /app RUN cargo install --path /app CMD ["sleep", "infinity"]