Skip to content

Commit

Permalink
feat(docker build): add /opt/tabby/bin to $PATH (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jan 17, 2024
1 parent a3e3ebc commit b5510df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \

COPY --from=build /opt/tabby /opt/tabby

ENV PATH="$PATH:/opt/tabby/bin"
ENV TABBY_ROOT=/data

ENTRYPOINT ["/opt/tabby/bin/tabby"]

0 comments on commit b5510df

Please sign in to comment.