From b8edb386de5ef949a45c7c0b0cbc97868b14a15f Mon Sep 17 00:00:00 2001 From: nchebrov Date: Thu, 18 Dec 2025 18:24:23 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2823274..a088793 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,11 +37,11 @@ #RUN groupadd -r mattermost && useradd -r -g mattermost mattermost #RUN useradd -r -u 1001 mattermost - WORKDIR /opt/mattermost + WORKDIR /mattermost # Copy prepared Mattermost tree with MostlyMatter binary inside #COPY --from=fetcher --chown=mattermost:mattermost /tmp/mattermost /opt/mattermost -COPY --from=fetcher /tmp/mattermost /opt/mattermost +COPY --from=fetcher /tmp/mattermost /mattermost # Adjust permissions #RUN chown -R mattermost:mattermost /opt/mattermost @@ -53,5 +53,5 @@ COPY --from=fetcher /tmp/mattermost /opt/mattermost EXPOSE 8065 - ENTRYPOINT ["/opt/mattermost/bin/mostlymatter"] + ENTRYPOINT ["/mattermost/bin/mostlymatter"] CMD ["server"] \ No newline at end of file