Provide a fix for Docker deployment process

This commit is contained in:
boris 2023-09-20 22:00:17 +08:00
parent daa6fd9515
commit 82cc061d07
3 changed files with 44 additions and 2 deletions

View file

@ -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