Skip to content

Commit 9f51b25

Browse files
committed
Fix: Move uv/uvx binaries to a standard PATH location
1 parent c9118a2 commit 9f51b25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/*
4848

4949
# install uv
5050
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
51+
RUN mv /root/.local/bin/uv /usr/local/bin/uv
52+
RUN mv /root/.local/bin/uvx /usr/local/bin/uvx
5153

5254
WORKDIR /opt/xyops
5355
COPY . .

0 commit comments

Comments
 (0)