Skip to content

Commit

Permalink
include Cargo.lock for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bddap committed Jul 29, 2020
1 parent 3b527e3 commit 2dc3064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENV CXX g++
COPY runtime runtime
COPY node node
COPY Cargo.toml .
COPY Cargo.lock .

# Build node.
RUN cargo fetch # cache the result of the fetch in case the build gets interrupted
Expand Down

0 comments on commit 2dc3064

Please sign in to comment.