# syntax=docker/dockerfile:experimental FROM docker.artifactory.rbx.com/dbplat/build-container:89 # Pass through the vars required by sccache to access S3 (if they exist) WORKDIR /app COPY Cargo.toml Cargo.lock Makefile ./ COPY src/ src/ RUN cargo build --tests --workspace ENTRYPOINT ["make", "test-crates"]