mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: add proto/ directory to Dockerfile.rust
This commit is contained in:
parent
83e387f27b
commit
12ab02f087
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue