copy new native code in to docker build
This commit is contained in:
parent
792825f682
commit
71489a709a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ RUN case "$TARGETPLATFORM" in \
|
||||||
# Copy manifests and build files
|
# Copy manifests and build files
|
||||||
COPY Cargo.toml Cargo.lock build.rs ./
|
COPY Cargo.toml Cargo.lock build.rs ./
|
||||||
COPY proto ./proto
|
COPY proto ./proto
|
||||||
|
COPY native ./native
|
||||||
|
|
||||||
# Create a dummy main.rs to build dependencies
|
# Create a dummy main.rs to build dependencies
|
||||||
RUN mkdir src && echo "fn main() {}" > src/main.rs
|
RUN mkdir src && echo "fn main() {}" > src/main.rs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue