mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 23:23:25 +02:00
fix Dockerfile: ensure recursive ownership for app directory
This commit is contained in:
@@ -14,7 +14,7 @@ RUN groupadd -g 1000 mediamanager && \
|
||||
|
||||
WORKDIR /app
|
||||
# Ensure mediamanager owns the app directory
|
||||
RUN chown mediamanager:mediamanager /app
|
||||
RUN chown -R mediamanager:mediamanager /app
|
||||
|
||||
USER mediamanager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user