Up
This commit is contained in:
parent
1dea5aaeaf
commit
69d0981ff8
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ RUN apt-get update \
|
||||||
|
|
||||||
# Get Mattermost
|
# Get Mattermost
|
||||||
RUN mkdir -p /mattermost/data \
|
RUN mkdir -p /mattermost/data \
|
||||||
&& curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz ; \
|
&& curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz \
|
||||||
&& cp /mattermost/config/config.json /config.json.save \
|
; cp /mattermost/config/config.json /config.json.save \
|
||||||
&& rm -rf /mattermost/config/config.json
|
&& rm -rf /mattermost/config/config.json
|
||||||
|
|
||||||
# Configure entrypoint and command
|
# Configure entrypoint and command
|
||||||
|
|
Loading…
Reference in a new issue