fix: add proto/ directory to Dockerfile.rust

This commit is contained in:
alyssa 2024-06-16 22:26:05 +09:00
parent 83e387f27b
commit 12ab02f087

View file

@ -22,6 +22,7 @@ RUN cargo chef cook --release --recipe-path recipe.json --target x86_64-unknown-
COPY Cargo.toml /build/ COPY Cargo.toml /build/
COPY Cargo.lock /build/ COPY Cargo.lock /build/
COPY proto/ /build/proto
# this needs to match workspaces in Cargo.toml # this needs to match workspaces in Cargo.toml
COPY lib/libpk /build/lib/libpk COPY lib/libpk /build/lib/libpk