github.com/tilt-dev/tilt@v0.36.0/internal/build/testdata/TestBuildkitPrinter/rust-success/Dockerfile (about)

     1  FROM rust:slim
     2  
     3  WORKDIR /usr/src/app
     4  COPY . .
     5  
     6  RUN cargo build
     7  CMD ./target/debug/hello_world