Skip to content

Commit c101bf0

Browse files
authored
Bugfix: miss copy tools dir (#161)
Signed-off-by: rongfu.leng <[email protected]>
1 parent 85e7003 commit c101bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.extproc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY tools/make/ tools/make/
1515
COPY Makefile ./
1616
COPY candle-binding/Cargo.toml candle-binding/
1717
COPY candle-binding/src/ candle-binding/src/
18+
Copy tools ./tools
1819

1920
# Use Makefile to build the Rust library
2021
RUN make rust

0 commit comments

Comments
 (0)