diff --git a/Dockerfile b/Dockerfile index b659d1e..c1035bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN case "$TARGETPLATFORM" in \ # Copy manifests and build files COPY Cargo.toml Cargo.lock build.rs ./ COPY proto ./proto +COPY native ./native # Create a dummy main.rs to build dependencies RUN mkdir src && echo "fn main() {}" > src/main.rs