Skip to content

Commit 928d7d5

Browse files
committed
fix: Adding the binary local path to the env PATH
1 parent d3c3d85 commit 928d7d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ADD https://astral.sh/uv/0.9.17/install.sh /uv-installer.sh
2121

2222
RUN chmod +x /uv-installer.sh && sh /uv-installer.sh && rm /uv-installer.sh
2323

24+
ENV PATH=$PATH:$HOME/.local/bin/
2425
# ---- dependencies ----
2526
COPY pyproject.toml uv.lock ./
2627
RUN uv sync --frozen --no-dev

0 commit comments

Comments
 (0)