Skip to content

Commit 8f0627a

Browse files
committed
ci: fix broken Dockerfile
1 parent d1ceed7 commit 8f0627a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/Dockerfile.server

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ RUN cargo install cargo-chef
66
WORKDIR /app
77

88
FROM chef AS planner
9-
RUN mkdir /hallucination-detection
109
COPY . .
11-
COPY ../hallucination-detection/ /hallucination-detection
1210
RUN cargo chef prepare --recipe-path recipe.json
1311

1412
FROM chef AS builder

0 commit comments

Comments
 (0)