Skip to content
Snippets Groups Projects
Commit 6a9bf276 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Small corrections

parent 7f505d08
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ RUN apk add --no-cache \
&& rm -rf /tmp/*
# Get Mattermost
RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins
curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins \
&& curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xz \
&& cp /mattermost/config/config.json /config.json.save \
&& rm -rf /mattermost/config/config.json \
&& addgroup -g ${PGID} mattermost \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment