fix: docker build
This commit is contained in:
parent
7387d7c871
commit
1197408c5c
2 changed files with 2 additions and 1 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
target/
|
|
@ -6,7 +6,7 @@ RUN apk add --no-cache dbus-dev=1.14.10-r4 && rm -rf /vra/cache/apk/*
|
|||
|
||||
FROM chef AS planner
|
||||
COPY Cargo.toml ./
|
||||
COPY crates crates
|
||||
COPY src src
|
||||
RUN cargo chef prepare --recipe-path recipe.json
|
||||
|
||||
FROM chef AS builder
|
||||
|
|
Loading…
Add table
Reference in a new issue