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
|
||||
RUN mkdir -p /mattermost/data \
|
||||
&& 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 \
|
||||
&& 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 \
|
||||
&& rm -rf /mattermost/config/config.json
|
||||
|
||||
# Configure entrypoint and command
|
||||
|
|
Loading…
Reference in a new issue