From 12ab02f087ab12cbcc03ccac68a8e169da866ec7 Mon Sep 17 00:00:00 2001 From: alyssa Date: Sun, 16 Jun 2024 22:26:05 +0900 Subject: [PATCH] fix: add proto/ directory to Dockerfile.rust --- Dockerfile.rust | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.rust b/Dockerfile.rust index 6453ffeb..8f6341ed 100644 --- a/Dockerfile.rust +++ b/Dockerfile.rust @@ -22,6 +22,7 @@ RUN cargo chef cook --release --recipe-path recipe.json --target x86_64-unknown- COPY Cargo.toml /build/ COPY Cargo.lock /build/ +COPY proto/ /build/proto # this needs to match workspaces in Cargo.toml COPY lib/libpk /build/lib/libpk