We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103db71 commit 7ea87a3Copy full SHA for 7ea87a3
Dockerfile
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir uv
14
COPY pyproject.toml uv.lock* ./
15
16
# Install dependencies
17
-RUN uv install --system --no-cache-dir
+RUN uv install --no-cache-dir .
18
19
# Copy app code
20
COPY . .
0 commit comments