Skip to content

Commit

Permalink
run release query service
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Mar 22, 2024
1 parent 8f189d5 commit 08f23d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rust/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ RUN curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v25.1

RUN if [ "$RELEASE_MODE" = "1" ]; then cargo build --release; else cargo build; fi

WORKDIR /chroma/rust/worker

CMD ["cargo", "run"]
CMD ["./target/release/query_service"]

0 comments on commit 08f23d2

Please sign in to comment.