Skip to content

Commit 14ca90a

Browse files
committed
deps: lock uv version in Dockerfile, add uv lockfile
1 parent 3726427 commit 14ca90a

File tree

2 files changed

+318
-2
lines changed

2 files changed

+318
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ RUN apt-get update && \
2020
# Copy project files over to image
2121
COPY . /src/
2222

23-
RUN pip install uv
23+
RUN pip install uv==0.5.6
2424
RUN uv pip install -r pyproject.toml --system
2525

2626

27-
2827
# Expose 8000 port in container for Django use
2928
EXPOSE 8000

0 commit comments

Comments
 (0)