We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4def05c commit be8b694Copy full SHA for be8b694
api/src/api/Dockerfile
@@ -8,7 +8,7 @@ COPY pyproject.toml uv.lock ./
8
COPY api api
9
COPY domain domain
10
RUN --mount=type=cache,target=/root/.cache/uv \
11
- uv sync --frozen --no-dev
+ uv sync --locked --no-dev
12
13
# 3.12.11-slim-bookworm
14
FROM python@sha256:4600f71648e110b005bf7bca92dbb335e549e6b27f2e83fceee5e11b3e1a4d01 AS final
0 commit comments