In your Dockerfile , writing something along the lines of the following will compile and run your project: FROM rust:1.31 WORKDIR /usr/src/myapp COPY .
確定! 回上一頁