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 8a845c0 commit 60db7eeCopy full SHA for 60db7ee
Dockerfile
@@ -26,7 +26,6 @@ FROM python:3.12-slim-bookworm
26
27
WORKDIR /app
28
29
-COPY --from=uv /root/.local /root/.local
30
COPY --from=uv --chown=app:app /app/.venv /app/.venv
31
32
# Place executables in the environment at the front of the path
0 commit comments