Skip to content

Commit f1ff043

Browse files
committed
fix: use correct COPY command for the dockerfile for clone-qdrant-from-offset
1 parent 9eb8cf9 commit f1ff043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Dockerfile.clone-qdrant-from-offset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FROM debian:bookworm-slim as runtime
2121
RUN apt-get update -y && apt-get -y install pkg-config libssl-dev libpq-dev ca-certificates
2222
WORKDIR /app
2323
COPY ./migrations/ /app/migrations
24-
COPY --from=builder /app/target/release/backfill-qdrant-from-offset /app/backfill-qdrant-from-offset
24+
COPY --from=builder /app/target/release/clone-qdrant-from-offset /app/clone-qdrant-from-offset
2525

2626

2727
EXPOSE 8090

0 commit comments

Comments
 (0)