Skip to content

Commit 0f29ef7

Browse files
committed
fix: ensure profilarr home is owned by 568
1 parent 690b365 commit 0f29ef7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/profilarr/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ RUN uv python install 3.9
4646
RUN uv venv --python 3.9 && \
4747
. .venv/bin/activate && \
4848
uv pip install --upgrade pip wheel && \
49-
uv pip install --no-cache-dir -r requirements.txt
49+
uv pip install --no-cache-dir -r requirements.txt
50+
51+
RUN chown -R 568:568 /app
5052

5153
LABEL org.opencontainers.image.authors="Dictionarry [email protected]"
5254
LABEL org.opencontainers.image.description="Profilarr - Profile manager for *arr apps"

0 commit comments

Comments
 (0)