Skip to content

Commit

Permalink
fix(docker): copy the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomio committed Apr 25, 2022
1 parent 2163d98 commit 4c1eb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -32,6 +32,7 @@ FROM base as builder

COPY Cargo.lock .
COPY Cargo.toml .
COPY build.rs .

RUN mkdir src && \
echo "// blank" > src/lib.rs && \
Expand Down

0 comments on commit 4c1eb58

Please sign in to comment.