We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f929a21 + 4a58c08 commit 66d634aCopy full SHA for 66d634a
Dockerfile.extproc
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
11
WORKDIR /app
12
13
# Copy only essential files for Rust build
14
+COPY tools/make/ tools/make/
15
COPY Makefile ./
16
COPY candle-binding/Cargo.toml candle-binding/
17
COPY candle-binding/src/ candle-binding/src/
@@ -54,4 +55,4 @@ ENV LD_LIBRARY_PATH=/app/lib
54
55
56
EXPOSE 50051
57
-CMD ["/app/extproc-server", "--config", "/app/config/config.yaml"]
58
+CMD ["/app/extproc-server", "--config", "/app/config/config.yaml"]
0 commit comments