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 70e352f commit 5ee0a35Copy full SHA for 5ee0a35
Dockerfile
@@ -20,8 +20,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
20
uv sync --frozen --no-dev
21
22
# Now copy the rest of the app
23
-COPY uv.lock .
24
-COPY pyproject.toml .
25
COPY tests/mock_server.py ./main.py
26
27
# Make sure the venv's executables are on PATH
0 commit comments