Skip to content

Commit

Permalink
fix: TARGET_BIN path
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Feb 8, 2024
1 parent 2f98fa0 commit 84c531b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ci/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN python3 -m pip install -r /etc/greptime/requirements.txt

ARG TARGETARCH

ADD $TARGETARCH/$TARGET_BIN /greptime/bin/
ADD $TARGETARCH/${TARGET_BIN} /greptime/bin/

ENV PATH /greptime/bin/:$PATH

ENTRYPOINT ["$TARGET_BIN"]
ENTRYPOINT ["${TARGET_BIN}"]

0 comments on commit 84c531b

Please sign in to comment.