Skip to content

Commit 05a6190

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Don't fail when building from docker
1 parent 1b10125 commit 05a6190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ENV PATH=/root/.cargo/bin:$PATH
2828
# and doing a full build with it.
2929
RUN mkdir -p /build/src/web/badge
3030
WORKDIR /build
31+
COPY benches benches
3132
COPY Cargo.lock Cargo.toml ./
3233
COPY src/web/badge src/web/badge/
3334
RUN echo "fn main() {}" > src/main.rs && \

0 commit comments

Comments
 (0)