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 3ba504b commit 9805dd5Copy full SHA for 9805dd5
Dockerfile
@@ -34,7 +34,7 @@ RUN apt-get update \
34
COPY --from=ghcr.io/astral-sh/uv:0.5.13 /uv /uvx /bin/
35
36
# From here we shouldn't need anymore a root user
37
-# Switch to nonroot and config poetry
+# Switch to nonroot and config uv
38
USER nonroot
39
40
COPY --chown=nonroot:nonroot pyproject.toml .
0 commit comments