select image FROM rust:1.23 # copy your source tree COPY ./ ./ # build for release RUN cargo build --release # set the startup command to ...
確定! 回上一頁