From ec709c693af8a891469c82bd375ba963d8d56691 Mon Sep 17 00:00:00 2001 From: nchebrov Date: Thu, 18 Dec 2025 17:50:16 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff48648..8b335fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ # COPY --from=fetcher /tmp/mattermost /mattermost # Adjust permissions - RUN chown -R mattermost:mattermost /opt/mattermost + #RUN chown -R mattermost:mattermost /opt/mattermost #VOLUME ["/opt/mattermost/config", "/opt/mattermost/data", "/opt/mattermost/logs", "/opt/mattermost/plugins", "/opt/mattermost/client/plugins"] USER 1001