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 b23ae1b commit d15e037Copy full SHA for d15e037
api/src/api/Dockerfile
@@ -7,12 +7,12 @@ WORKDIR /app
7
RUN --mount=type=cache,target=/root/.cache/uv \
8
--mount=type=bind,source=uv.lock,target=uv.lock \
9
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
10
- uv sync --frozen --no-install-project --no-install-workspace --no-dev
+ uv sync --frozen --no-install-workspace --no-dev
11
COPY pyproject.toml uv.lock ./
12
COPY api api
13
COPY domain domain
14
15
- uv sync --locked --no-dev
+ uv sync --frozen --no-dev
16
17
# 3.12.11-slim-bookworm
18
FROM python@sha256:42cf2422587a3dac0e0a3674a4d86f01570d5d7260588f3845f51e6176d8134b AS final
0 commit comments