Skip to content

Commit 7cde60f

Browse files
committed
Disable uv cache in Dockerfile
1 parent e0de785 commit 7cde60f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ USER 1001
1818

1919
EXPOSE 8001
2020

21+
ENV UV_NO_CACHE=1
2122
ENV PYTHONDONTWRITEBYTECODE=1
2223
ENV PYTHONUNBUFFERED=1
2324

backend/Dockerfile.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN uv sync
2121

2222
USER 1001
2323

24+
ENV UV_NO_CACHE=1
2425
ENV PYTHONDONTWRITEBYTECODE 1
2526
ENV PYTHONUNBUFFERED 1
2627

0 commit comments

Comments
 (0)