FROM rust:1.80 COPY . /usr/app WORKDIR /usr/app RUN cargo install --path battlesnake CMD ["battlesnake"]