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 690b365 commit 0f29ef7Copy full SHA for 0f29ef7
apps/profilarr/Dockerfile
@@ -46,7 +46,9 @@ RUN uv python install 3.9
46
RUN uv venv --python 3.9 && \
47
. .venv/bin/activate && \
48
uv pip install --upgrade pip wheel && \
49
- uv pip install --no-cache-dir -r requirements.txt
+ uv pip install --no-cache-dir -r requirements.txt
50
+
51
+RUN chown -R 568:568 /app
52
53
LABEL org.opencontainers.image.authors="Dictionarry [email protected]"
54
LABEL org.opencontainers.image.description="Profilarr - Profile manager for *arr apps"
0 commit comments