Skip to content

Commit 3c291eb

Browse files
authored
fix(orion): remove copy Cargo.lock action in Dockerfile (#1955)
Signed-off-by: MYUU <1405758738@qq.com>
1 parent 07a9d61 commit 3c291eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

orion/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ RUN cargo install cargo-chef --version 0.1.73
6060
FROM chef-base AS planner
6161

6262
COPY Cargo.toml ./
63-
COPY Cargo.lock ./
6463
COPY api-model/Cargo.toml api-model/
6564
COPY ceres/Cargo.toml ceres/
6665
COPY common/Cargo.toml common/

0 commit comments

Comments
 (0)