Skip to content

Commit 66d634a

Browse files
authored
Merge branch 'main' into docs/upgrade-error-metrics
2 parents f929a21 + 4a58c08 commit 66d634a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.extproc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
WORKDIR /app
1212

1313
# Copy only essential files for Rust build
14+
COPY tools/make/ tools/make/
1415
COPY Makefile ./
1516
COPY candle-binding/Cargo.toml candle-binding/
1617
COPY candle-binding/src/ candle-binding/src/
@@ -54,4 +55,4 @@ ENV LD_LIBRARY_PATH=/app/lib
5455

5556
EXPOSE 50051
5657

57-
CMD ["/app/extproc-server", "--config", "/app/config/config.yaml"]
58+
CMD ["/app/extproc-server", "--config", "/app/config/config.yaml"]

0 commit comments

Comments
 (0)