Skip to content

Commit 46275ec

Browse files
committed
Try different path
1 parent b83739c commit 46275ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADD https://astral.sh/uv/0.8.22/install.sh /uv-installer.sh
2121
RUN sh /uv-installer.sh && rm /uv-installer.sh
2222

2323
# Ensure the installed binary is on the `PATH`
24-
ENV PATH="/root/.local/bin/:$PATH"
24+
ENV PATH="/app/.venv/bin:$PATH"
2525

2626
# Copy the project into the image
2727
ADD . /app

0 commit comments

Comments
 (0)