Skip to content

Commit

Permalink
Expose lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
theseal committed Nov 28, 2024
1 parent dad8116 commit 6f4ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV PIP_INDEX_URL=https://pypi.sunet.se/simple

RUN python3 -m pip install uv

COPY pyproject.toml /
COPY pyproject.toml uv.lock /

ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
RUN uv sync --locked
Expand Down

0 comments on commit 6f4ca5a

Please sign in to comment.