github.com/grahambrereton-form3/tilt@v0.10.18/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