Skip to content

Commit

Permalink
deps: lock uv version in Dockerfile, add uv lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 7, 2024
1 parent 3726427 commit 14ca90a
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ RUN apt-get update && \
# Copy project files over to image
COPY . /src/

RUN pip install uv
RUN pip install uv==0.5.6
RUN uv pip install -r pyproject.toml --system



# Expose 8000 port in container for Django use
EXPOSE 8000
Loading

0 comments on commit 14ca90a

Please sign in to comment.