Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Samet committed Jan 16, 2025
1 parent cf32af4 commit 3f92982
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
Expand Up @@ -11,7 +11,7 @@ RUN apt update && apt install -y pkg-config libssl-dev g++ && rm -rf /var/lib/ap
RUN cargo build --release

FROM gcr.io/distroless/cc-debian12
COPY --from=build-env /app/target/release/text-splitter /text-splitter
COPY --from=build-env /target/release/text-splitter /text-splitter

# Run the binary
CMD ["/text-splitter"]
Expand Down

0 comments on commit 3f92982

Please sign in to comment.