Skip to content

Commit 0f874a4

Browse files
committed
bruk uv sync --frozen instead of --locked
--locked checks that uv.lock will remain unchanged. But we just want to install uv.lock as is, without a check.
1 parent 6aea055 commit 0f874a4

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
@@ -12,7 +12,7 @@ WORKDIR "/app"
1212
COPY pyproject.toml uv.lock ./
1313

1414
RUN pip install uv && \
15-
uv sync --locked --no-dev
15+
uv sync --frozen --no-dev
1616

1717
# App stage: minimal runtime image
1818
FROM europe-north1-docker.pkg.dev/cgr-nav/pull-through/nav.no/python:3.13

0 commit comments

Comments
 (0)