Provide a fix for Docker deployment process
This commit is contained in:
parent
daa6fd9515
commit
82cc061d07
3 changed files with 44 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM rust:latest AS chef
|
||||
# We only pay the installation cost once,
|
||||
# it will be cached from the second build onwards
|
||||
RUN cargo install cargo-chef
|
||||
RUN cargo install cargo-chef --locked
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue