Merge pull request #3 from WildCodeSchool/upgrade-mattermost-2.0
app: Upgrade Mattermost to 2.0.0
This commit is contained in:
commit
2452654036
@ -11,7 +11,7 @@ chdir /mattermost\n\
|
|||||||
exec bin/platform\n'\
|
exec bin/platform\n'\
|
||||||
>> /etc/init/mattermost.conf
|
>> /etc/init/mattermost.conf
|
||||||
|
|
||||||
RUN wget https://github.com/mattermost/platform/releases/download/v1.4.0/mattermost.tar.gz \
|
RUN wget https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz \
|
||||||
&& tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
|
&& tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
|
||||||
|
|
||||||
COPY config.template.json /
|
COPY config.template.json /
|
||||||
|
Reference in New Issue
Block a user