We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b10125 commit 05a6190Copy full SHA for 05a6190
Dockerfile
@@ -28,6 +28,7 @@ ENV PATH=/root/.cargo/bin:$PATH
28
# and doing a full build with it.
29
RUN mkdir -p /build/src/web/badge
30
WORKDIR /build
31
+COPY benches benches
32
COPY Cargo.lock Cargo.toml ./
33
COPY src/web/badge src/web/badge/
34
RUN echo "fn main() {}" > src/main.rs && \
0 commit comments