Skip to content

Commit

Permalink
Add a name to the last stage (so that docker build(x) log would loo…
Browse files Browse the repository at this point in the history
…k a bit prettier)
  • Loading branch information
ffuugoo committed Mar 27, 2023
1 parent 8b69db8 commit e7a7188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/root/.cargo/git/db \
&& mv target/$(xx-cargo --print-target-triple)/$PROFILE_DIR/qdrant /qdrant/qdrant


FROM debian:11-slim
FROM debian:11-slim AS qdrant

RUN apt update \
&& apt install -y ca-certificates tzdata \

0 comments on commit e7a7188

Please sign in to comment.