FROM rust:1.60 WORKDIR /usr/src/zombie COPY . . RUN cargo install --path . ENTRYPOINT ["/usr/src/zombie/target/release/zombie"] CMD ["examples/hello_world.bf"]