This commit is contained in:
Glenn Y. Rolland 2017-11-22 12:34:35 +01:00
parent 1dea5aaeaf
commit 69d0981ff8

View file

@ -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