FROM rust:1.36-slim WORKDIR /rustpython COPY . . RUN cargo build --release CMD [ "/rustpython/target/release/rustpython" ]