We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83739c commit 46275ecCopy full SHA for 46275ec
Dockerfile
@@ -21,7 +21,7 @@ ADD https://astral.sh/uv/0.8.22/install.sh /uv-installer.sh
21
RUN sh /uv-installer.sh && rm /uv-installer.sh
22
23
# Ensure the installed binary is on the `PATH`
24
-ENV PATH="/root/.local/bin/:$PATH"
+ENV PATH="/app/.venv/bin:$PATH"
25
26
# Copy the project into the image
27
ADD . /app
0 commit comments