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 57351fa commit 9dcd8a8Copy full SHA for 9dcd8a8
clerk_api_demo/Dockerfile
@@ -14,13 +14,9 @@ ENV UV_PYTHON_PREFERENCE=only-managed
14
RUN uv python install 3.13
15
16
WORKDIR /app
17
-RUN --mount=type=cache,target=/root/.cache/uv \
18
- --mount=type=bind,source=uv.lock,target=uv.lock \
19
- --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
20
- uv sync --frozen --no-install-project --no-dev
21
22
-COPY requirements.txt .
23
RUN --mount=type=cache,target=/root/.cache/uv \
+ --mount=type=bind,source=requirements.txt,target=requirements.txt \
24
uv install --requirement requirements.txt
25
26
COPY assets assets
0 commit comments