Skip to content

Commit 7ea87a3

Browse files
committed
Update Dockerfile
1 parent 103db71 commit 7ea87a3

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
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir uv
1414
COPY pyproject.toml uv.lock* ./
1515

1616
# Install dependencies
17-
RUN uv install --system --no-cache-dir
17+
RUN uv install --no-cache-dir .
1818

1919
# Copy app code
2020
COPY . .

0 commit comments

Comments
 (0)