We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c606451 commit 77a46feCopy full SHA for 77a46fe
Dockerfile
@@ -72,7 +72,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
72
chown -R ${USER}:${USER} ${VIRTUAL_ENV} && \
73
uv pip list
74
75
-USER ${USER}
76
COPY --chown=${USER}:${USER} tests tests
77
COPY --chown=${USER}:${USER} Makefile Makefile
78
0 commit comments